Title: Shortcode button in the TinyMCE Editor
Last modified: July 18, 2019

---

# Shortcode button in the TinyMCE Editor

 *  Resolved [gordonlangley](https://wordpress.org/support/users/gordonlangley/)
 * (@gordonlangley)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/shortcode-button-in-the-tinymce-editor/)
 * Hello – How can I remove the shortcode button from the Editor, I’m using the 
   TinyMce Editor – thanks!!

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

 *  [Naweed Chougle](https://wordpress.org/support/users/hypersonic/)
 * (@hypersonic)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/shortcode-button-in-the-tinymce-editor/#post-11746841)
 * [@gordonlangley](https://wordpress.org/support/users/gordonlangley/) Could you
   explain a bit more about what you are ultimately trying to achieve? Thanks!
 *  Thread Starter [gordonlangley](https://wordpress.org/support/users/gordonlangley/)
 * (@gordonlangley)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/shortcode-button-in-the-tinymce-editor/#post-11747430)
 * Hello – thanks for getting back to me. I’d like to hide the button which appears
   in the WYSIWTG Editor. We don’t want to see the little orange button in the editor.
   How do I switch that off please.
 *  Thread Starter [gordonlangley](https://wordpress.org/support/users/gordonlangley/)
 * (@gordonlangley)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/shortcode-button-in-the-tinymce-editor/#post-11758582)
 * Hello = anybody there?
 *  [Naweed Chougle](https://wordpress.org/support/users/hypersonic/)
 * (@hypersonic)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/shortcode-button-in-the-tinymce-editor/#post-11766707)
 * Use this filter in your functionality plugin or functions.php:
 *     ```
       add_filter('mce_external_plugins', function ($plugins) {
           unset($plugins['wprss']);
           return $plugins;
       });
       ```
   
 *  Thread Starter [gordonlangley](https://wordpress.org/support/users/gordonlangley/)
 * (@gordonlangley)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/shortcode-button-in-the-tinymce-editor/#post-11788619)
 * Cool that worked thanks! I’m still seeing it in WP Bakery Page Builder’s editor,
   is there a snippet I could use to loose it there as well? Or better still add
   an option in your plugin settings not to show the button.
 * Many thanks!!
 * Gordon
 *  Thread Starter [gordonlangley](https://wordpress.org/support/users/gordonlangley/)
 * (@gordonlangley)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/shortcode-button-in-the-tinymce-editor/#post-11890005)
 * Hello = anybody there…?
 *  [Naweed Chougle](https://wordpress.org/support/users/hypersonic/)
 * (@hypersonic)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/shortcode-button-in-the-tinymce-editor/#post-11892532)
 * [@gordonlangley](https://wordpress.org/support/users/gordonlangley/) We’re not
   familiar with the code in third party page builder plugins, so perhaps you could
   check with the plugin developers themselves.

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

The topic ‘Shortcode button in the TinyMCE Editor’ is closed to new replies.

 * ![](https://ps.w.org/wp-rss-aggregator/assets/icon-256x256.gif?rev=3157090)
 * [RSS Aggregator - RSS Import, News Feeds, Feed to Post, and Autoblogging](https://wordpress.org/plugins/wp-rss-aggregator/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-rss-aggregator/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-rss-aggregator/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-rss-aggregator/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-rss-aggregator/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-rss-aggregator/reviews/)

 * 7 replies
 * 2 participants
 * Last reply from: [Naweed Chougle](https://wordpress.org/support/users/hypersonic/)
 * Last activity: [6 years, 8 months ago](https://wordpress.org/support/topic/shortcode-button-in-the-tinymce-editor/#post-11892532)
 * Status: resolved