Description
WordPress themes sometimes adds hardcoded shortcodes into your posts and pages and these shortcodes may display even on user agents which are using other themes.
For example, a WordPress site is using a certain theme for desktop view and “Wiziapp” powered theme for mobile view and unwanted desktop theme shortcodes displays on mobile, just use this plugin to clear them from mobile devices.
An example: To clear a shortcode [Xxx], add to the “Shortcodes Filter” plugin the filter “[Xxx]” for a specific filter or “[X” for a broader one.
Arbitrary section
A brief Markdown Example
Installation
This section describes how to install the plugin and get it working.
e.g.
- Upload
plugin-name.php
to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Place
<?php do_action('plugin_name_hook'); ?>
in your templates
Contributors & Developers
“Shortcodes Filter” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Shortcodes Filter” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.1
- Fixed bug in settings page
- Cleaned up global scope