This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: TinyMCE editor ASP button

#33486
Ernest MarcinkoErnest Marcinko
Keymaster

Hi,

Sure! It is added via the wp-content/plugins/ajax-search-pro/backend/tinymce/buttons.php file. You will need to either edit that (remove the contents and leave only the first line), or perhaps try this custom code in the functions.php file in the theme directory:

remove_action('admin_head', 'wpdreams_asp_add_mce_button');
remove_action('admin_head', 'wpdreams_asp_mce_generate_variable');

..altough I am not sure if this code will work.