Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author bestwebsoft

    (@bestwebsoft)

    Hi!

    Please add the following code to “functions.php” of your theme:

    add_action( 'admin_init', function() {
        remove_filter( 'mce_external_plugins', 'bws_add_buttons' );
        remove_filter( 'mce_buttons', 'bws_register_buttons' );
    }, 11 );
    Thread Starter callender

    (@jimcallender)

    😉

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘remove shortcode button from tinymce toolbar in post’ is closed to new replies.