Documentation

Knowledge Base - How ToResolve all of your questions in no time

  • Replacing data within outputted HTML using DOMDocument and DOMXPath

    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.

  • Simple plugin framework to be used along with Wp Hide filters / actions and functionality extend
  • Disable the CSS / JavaScript Processing ( Combine / In Place ) for specific URLs

    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 […]

  • Create a custom Module Component, extending the plugin functionality

    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 […]

  • Replacing a word, sentence or anything from your Html

    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 […]

Scroll to top