Title: remove shortcode button from tinymce toolbar in post
Last modified: September 22, 2017

---

# remove shortcode button from tinymce toolbar in post

 *  Resolved [callender](https://wordpress.org/support/users/jimcallender/)
 * (@jimcallender)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/remove-shortcode-button-from-tinymce-toolbar-in-post/)
 * Hi there,
 * How to remove shortcode button from tinymce toolbar in post.
 * thank you,

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

 *  Plugin Author [bestwebsoft](https://wordpress.org/support/users/bestwebsoft/)
 * (@bestwebsoft)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/remove-shortcode-button-from-tinymce-toolbar-in-post/#post-9527057)
 * 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](https://wordpress.org/support/users/jimcallender/)
 * (@jimcallender)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/remove-shortcode-button-from-tinymce-toolbar-in-post/#post-9527825)
 * 😉

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

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

 * ![](https://ps.w.org/rating-bws/assets/icon-256x256.gif?rev=2621308)
 * [Rating by BestWebSoft](https://wordpress.org/plugins/rating-bws/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/rating-bws/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/rating-bws/)
 * [Active Topics](https://wordpress.org/support/plugin/rating-bws/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/rating-bws/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/rating-bws/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [callender](https://wordpress.org/support/users/jimcallender/)
 * Last activity: [8 years, 8 months ago](https://wordpress.org/support/topic/remove-shortcode-button-from-tinymce-toolbar-in-post/#post-9527825)
 * Status: resolved