Title: Frame shortcode disappeared ?
Last modified: October 9, 2018

---

# Frame shortcode disappeared ?

 *  Resolved [jcdichant](https://wordpress.org/support/users/spikeweb/)
 * (@spikeweb)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/frame-shortcode-disappeared/)
 * Using the latest release of the plugin, 5.0.7, I cannot see anymore the “Frame”
   shortcode I was using previously. The code by itself still works if I insert 
   it manually [su_frame] but I cannot see it in the editor list.
 * Any help to get it back appreciated,
 * JC

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

 *  Plugin Author [Vova](https://wordpress.org/support/users/gn_themes/)
 * (@gn_themes)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/frame-shortcode-disappeared/#post-10769784)
 * Hi JC,
 * the frame shortcode is deprecated. It will continue to work but it’s now hidden
   in the list.
 * You can enable the shortcode by adding the following snippet to the end of the`
   functions.php` file of your active theme:
 *     ```
       add_filter( 'su/data/shortcodes', function( $shortcodes ) {
   
       	if ( isset( $shortcodes['frame']['deprecated'] ) ) {
       		unset( $shortcodes['frame']['deprecated'] );
       	}
   
       	return $shortcodes;
   
       } );
       ```
   
 * Please note, I do not recommend doing this.
 *  Thread Starter [jcdichant](https://wordpress.org/support/users/spikeweb/)
 * (@spikeweb)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/frame-shortcode-disappeared/#post-10769804)
 * Thanks a lot Vladimir.
    What is now your recommendation to include an Amazon 
   iframe affiliate code as I have dozens of posts with this short code included?
   Another short code ?
 *  Plugin Author [Vova](https://wordpress.org/support/users/gn_themes/)
 * (@gn_themes)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/frame-shortcode-disappeared/#post-10769813)
 * There is no direct alternative yet, but you can give a try to [su_note] or a 
   custom div.
 *  Plugin Author [Vova](https://wordpress.org/support/users/gn_themes/)
 * (@gn_themes)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/frame-shortcode-disappeared/#post-10769817)
 * Just to clarify:
 * > Please note, I do not recommend doing this.
 * I do not recommend restoring the shortcode in the _Insert shortcode_ window. 
   But, you are still able to use it. It won’t be removed from the plugin completely.
    -  This reply was modified 7 years, 6 months ago by [Vova](https://wordpress.org/support/users/gn_themes/).
 *  Thread Starter [jcdichant](https://wordpress.org/support/users/spikeweb/)
 * (@spikeweb)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/frame-shortcode-disappeared/#post-10769822)
 * Thanks for this info. Removing the shortcode would mean all my posts in error.
   
   This is not a nice situation. Is there any reason why the frame code is deprecated?
   Technical issue ?
 *  Plugin Author [Vova](https://wordpress.org/support/users/gn_themes/)
 * (@gn_themes)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/frame-shortcode-disappeared/#post-10769835)
 * In a nutshell: it was “bad-coded”. I’ll make it much better, someday.
 * > Removing the shortcode would mean all my posts in error. This is not a nice
   > situation.
 * I totally agree 🙂

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

The topic ‘Frame shortcode disappeared ?’ is closed to new replies.

 * ![](https://ps.w.org/shortcodes-ultimate/assets/icon-256x256.gif?rev=2547563)
 * [WP Shortcodes Plugin — Shortcodes Ultimate](https://wordpress.org/plugins/shortcodes-ultimate/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/shortcodes-ultimate/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/shortcodes-ultimate/)
 * [Active Topics](https://wordpress.org/support/plugin/shortcodes-ultimate/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/shortcodes-ultimate/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/shortcodes-ultimate/reviews/)

 * 6 replies
 * 2 participants
 * Last reply from: [Vova](https://wordpress.org/support/users/gn_themes/)
 * Last activity: [7 years, 6 months ago](https://wordpress.org/support/topic/frame-shortcode-disappeared/#post-10769835)
 * Status: resolved