Beschrijving
Have you ever switch theme or remove plugin and found that there is a lot of unwanted shortcodes left on blog, and they are showing up as [shortcode id="1234"]
? In order to remove them, you will need risky database queries which is not what you want or what you can handle properly.
Now you can use this plugin to prevent them from showing up on Blog. This plugin does not delete the shortcodes from your Database or Post Editor, instead it prevent them from showing up on Blog (Public View), by returning nothing to content.
You can easily add and save the unwanted shortcode tag name into the plugin setting page, and the plugin will
do the rest. There is no need to write any functions or database queries, the plugin will hide them base on shortcode tag saved.
How to use this plugin ?
- After installation and activation, please go to Settings > Hide Unwanted Shortcodes.
- Click on it and you will see the textarea for filling in your unwanted shortcodes tag.
- Please follow additional instructions there.
Schermafbeeldingen
Installatie
Install Plugin Using Search
- Search for Hide Unwanted Shortcodes in Add New Plugins
- Click ‘Install Now’ in search results row
- Click ‘OK’ to accept plugin installation
- Once installed, click Activate Plugin link
or, install Plugin in .ZIP Format
- Visit Plugins > Add New > Upload in WordPress admin
- Upload hide-unwanted-shortcodes.zip file
- Once uploaded, click Activate Plugin link
FAQ
There is no FAQ at the moment.
Beoordelingen
Bijdragers & ontwikkelaars
“Hide Unwanted Shortcodes” is open source software. De volgende personen hebben bijgedragen aan deze plugin.
BijdragersVertaal “Hide Unwanted Shortcodes” naar jouw taal.
Interesse in de ontwikkeling?
Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.
Changelog
1.1
Update to use PHP 5 constructor.
1.0
- Initial Release