Old Shortcodes
This is a small plugin to hide shortcodes left over from old or deactivated plugins. Give it a shortcode, it will stop it from displaying on the site.
Installation
Standard WordPress quick and easy installation.
- Download.
- Unzip.
- Upload to the plugins directory.
- Log in WordPress and activate the plugin.
- Go to Manage -> Old Shortcodes to use it.
Frequently Asked Questions
Does this plugin work on WordPress version..?
Old Shortcodes works with the new shortcode feature in WordPress 2.5.
I entered a shortcode [my_old_shortcode], but it does not hide it.
You only need to enter the “name” of the shortcode that is between the square brackets.
Michael, can you post some examples of the shortcodes used there? The plugin works with the current shortcode implementation in WordPress 2.5 which allows them to have arguments. It will hide all of these:
You only need to enter the “name” of the shortcode, not the arguments.
Is it possible to use wildcards with this? I used an old plugin called “quoter” that includes a comment id# inside the shortcode, so I need someway of including a wildcard to hide all instances of it.