Plugin provide multiple options to control outputted HTML data, however giving the complexity of existing WordPress themes and plugins, sometimes certain area may not be covered. In such cases you can extend plugin functionality (see Create a custom Module Component, extending the plugin functionality), or through filters wph/ob_start_callback which would be the easiest way.
The CSS and JavaScript processing modules is a powerful functionality which helps with SEO improvements and plugins/theme white-labeling. In some cases, the options are required to not trigger for specific URLs, this can be achieved using programable filters. The following code should be placed within a file in /wp-content/mu-plugins/ folder or a custom plugin. This […]
As default the WP Hide & Security Enhancer WordPress plugin include many features and functionalities which should be more than enough for a regular site to hide everything about WordPress and theme / plugins related data. As the WordPress ecosystem is huge and as it getting more complex, certain aspects may become uncovered and need […]
The also support a visual interface module easier to use, please check with this instead Replace arbitrary words from page HTML through a visual interface module. As default the plugin offer quite many options to control HTML data through the options. Giving the complexity of environment, sometime require specific functionality to achieve desired results. There […]