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.
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