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 QuestionHenrik_Gregersen
2 Reputation
Answers
I developed a filter which will make yoast seo breadcrumb work with anspress.. add_filter( 'wpseo_breadcrumb_links' , 'myYoastAnsPressBreadCrumb'); function myYoastAnsPressBreadCrumb($breadcrumb)...
View QuestionI 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