Henrik_Gregersen
2 Reputation

Answers

The answer is to create a hook into ap_ajax_load_tinymce_assets,  and add my tinymce layout there.   add_filter('ap_ajax_load_tinymce_assets', 'myAnsPressFilterEditorbuttons',...

View Question
0 Votes commented on answer

I developed a filter which will make yoast seo breadcrumb work with anspress.. add_filter( 'wpseo_breadcrumb_links' , 'myYoastAnsPressBreadCrumb'); function myYoastAnsPressBreadCrumb($breadcrumb)...

View Question
1 Vote Selected commented on answer

I have a syntax error as well The console displays this message.. And yes It is 2.4.8 Regards Henrik. PS. The site is a mamp (localhost) so it is unreachable from the outside

View Question
0 Votes commented on answer