By default WordPress, if the plugin that provides the functionality to handle any given shortcode is disabled, or if shortcode is defined in the content, then the in question will appear on the in its entirety, unprocessed by WordPress.
If the shortcode is of the variety, then the shortcode tag and its attributes are not displayed and nothing is shown in their place.
If the shortcode is of the variety, then the text that is being enclosed will be shown, but the shortcode tag and attributes that surround the text will not be displayed..
Arguments $default The default display text $shortcode The name of the shortcode.
The filter allows you to customize what filters to hook to find text with potential broken shortcodes.
Activate the plugin through 'Plugins admin WordPress.
If you want want shortcode to appear as-is in post, can use the shortcode escaping syntax.
Browse the code, check out SVN repository, or subscribe to the development log by RSS...
Change Modify formatting of hook name in readme to prevent being uppercased when shown in Plugin Directory.
NOTE The preg match array sent via the filter has changed and requires you to update any code that hooks it.
Read more