Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › TinyMCE editor ASP button › Reply To: TinyMCE editor ASP button
May 28, 2021 at 3:11 pm
#33486
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.