Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › remove the ASP button in the editor › Reply To: remove the ASP button in the editor
March 20, 2024 at 2:52 pm
#47478
Participant
Hello,
unfortunately still there. If I remove the following in the… it works. But I need a solution without interfering with the script.
wp-content/plugins/ajax-search-pro/includes/classes/Core/ Manager.php
// Special case
if ( wpdreams_on_backend_post_editor() ) {
require_once(ASP_PATH . “/backend/tinymce/buttons.php”);
require_once(ASP_PATH . “/backend/metaboxes/default.php”);
}
Best regards,
Gösta