Title: Shortcode button in classic editor
Last modified: January 9, 2025

---

# Shortcode button in classic editor

 *  Resolved [macsuibhne](https://wordpress.org/support/users/macsuibhne/)
 * (@macsuibhne)
 * [1 year, 5 months ago](https://wordpress.org/support/topic/shortcode-button-in-classic-editor/)
 * I’ve got a site using classic editor and the Advanced Editor Tools plugin. When
   I activated The Post Grid plugin a shortcode button appeared along with all the
   other buttons in the editor. How can I remove that button?

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

 *  Plugin Support [Habib](https://wordpress.org/support/users/habibjh/)
 * (@habibjh)
 * [1 year, 5 months ago](https://wordpress.org/support/topic/shortcode-button-in-classic-editor/#post-18235663)
 * Hi [@macsuibhne](https://wordpress.org/support/users/macsuibhne/)
 * Can you prlease give me any screeshnot of the shortcode button that you wnat 
   to remove?
 * Are you talking about this button- [https://prnt.sc/gk77f4dP1280](https://prnt.sc/gk77f4dP1280)?
   If yes, you can simply remove the button by the below code – Just insert the 
   below code in you child theme’s functions.php or you can use [Code Snippets](https://wordpress.org/plugins/code-snippets/)
   plugin to insert the below code into your WordPress.
 * `add_filter( 'mce_external_plugins', function ( $plugin_array ) {
   unset( $plugin_array['
   rt_tpg_scg'] );return $plugin_array;}, 999 );
 * Thank you for being us.
 *  Thread Starter [macsuibhne](https://wordpress.org/support/users/macsuibhne/)
 * (@macsuibhne)
 * [1 year, 4 months ago](https://wordpress.org/support/topic/shortcode-button-in-classic-editor/#post-18237611)
 * That’s what I needed. Thanks a lot.

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

The topic ‘Shortcode button in classic editor’ is closed to new replies.

 * ![](https://ps.w.org/the-post-grid/assets/icon-256x256.gif?rev=2647621)
 * [The Post Grid – Shortcode, Gutenberg Blocks and Elementor Addon for Post Grid](https://wordpress.org/plugins/the-post-grid/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/the-post-grid/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/the-post-grid/)
 * [Active Topics](https://wordpress.org/support/plugin/the-post-grid/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/the-post-grid/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/the-post-grid/reviews/)

## Tags

 * [button](https://wordpress.org/support/topic-tag/button/)
 * [classic editor](https://wordpress.org/support/topic-tag/classic-editor/)
 * [shortcode](https://wordpress.org/support/topic-tag/shortcode/)

 * 2 replies
 * 2 participants
 * Last reply from: [macsuibhne](https://wordpress.org/support/users/macsuibhne/)
 * Last activity: [1 year, 4 months ago](https://wordpress.org/support/topic/shortcode-button-in-classic-editor/#post-18237611)
 * Status: resolved