Version: 1.6 Prevent broken shortcodes from appearing in posts and pages.
Prevent broken shortcodes from appearing in posts and pages.
Shortcodes are a handy feature of WordPress allowing for a simple markup-like syntax to be used within post and page content, such that a handler function will replace the shortcode with desired content. For instance, this:
[youtube id=abc width=200 ]
might be replaced by a plugin to embed a YouTube video into the post with a width of 200. Or:
[make_3d]Special News[/make_3d]
might be used to make a three-dimensional image of the text contained in the shortcode tag, 'Special News'.
By default, if the plugin that provides the functionality to handle any given shortcode tag is disabled, or if a shortcode is improperly defined in the content (such as with a typo), then the shortcode in question appears on the blog in its entirety, unprocessed by WordPress. At best this reveals unsightly code-like text to visitors and at worst can potentially expose information not intended to be seen by visitors.
This plugin prevents unhandled shortcodes from appearing in the content of a post or page. If the shortcode is of the self-closing variety (the first example above), then the shortcode tag and its attributes are not displayed and nothing is shown in their place. If the shortcode is of the enclosing variety (the second example above), then the text that is being enclosed will be shown, but the shortcode tag and attributes that surround the text will not be displayed (e.g. in the second example above, "Special News" will still be displayed on the site).
See the Filters section for more customization tips.
Links: Plugin Homepage | Plugin Directory Page | Author Homepage
Requires: 2.5 or higher
Compatible up to: 3.5.1
Last Updated: 2012-12-11
Downloads: 2,602
Got something to say? Need help?