Documentation

Knowledge Base - ReplaceResolve all of your questions in no time

  • General / JavaScript – JS Variables Replace

    This functionality is available for PRO version.   This module is deprecated and replaced by Html/Css/JS Replacements   Through this module, commonly used JavaScript variables/functions from WordPress, plugins and theme can be renamed to something else. Often hackers boots parse and render the html in attempt to find specific variables which are widely used on […]

  • wp-hide/ob_start_callback/text_preserve

    This functionality is available for PRO version. Name: wp-hide/ob_start_callback/text_preserve Type: Filter Arguments: $buffer This filter can be used to change any outputted HTML buffer. Similar to wp-hide/ob_start_callback except this will run inside text preserve loop.

  • Preserve specific text / html block within outputted code

    This functionality is available for PRO version. The WordPress WP Hide & Security Enhancer PRO achieve provided functionality through internal filters and rewrite code. This ensure a perfect compatibility is maintained across the site without requiring to change anything at the code level or to any of WordPress files/folders structure. Any updating functionality for wither […]

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

  • Admin – Change wp-admin

    Despite the flexibility of WordPress framework, there are few ways to configure the admin login url customization for making a bit safer against unauthorized access and brute force attempts. All methods are not provided out of the box through WordPress core but require custom code to make it happen. Completely hide default WordPress admin url […]

  • General / Html – Scripts

    This section provides a way to control aspects of the front-side scripts loaded using the HTML script tag. An example of such a link: <script type=’text/javascript’ id=’jquery-framework’ src=’http://-domain-name-/wp-includes/js/jquery/jquery.js?ver=1.12.4′></script> Remove Version The option method helps to remove the JavaScript version number which is being appended at the end of every script file. Generally, the version number […]

  • General / Html – Styles

    This section provide methods to control the style links format being displayed on front side. An example of such link: <style rel=’stylesheet’ id=’id-of-style’ type=’text/css’ media=’all’ href=’http://-domain-name-/wp-content/themes/default/css/style.css?ver=1.12.4′></style> Remove Version   This provide a method to remove the Style file version number which is being append at the end of every style tag. Generally this is intended […]

  • General / Html – Emoji

    Originating on Japanese mobile phones in the late 1990s, emoji have become increasingly popular worldwide since their international inclusion in Apple’s iPhone, which was followed by similar adoption by Android and other mobile operating system. But not everyone use Emoji. Since WordPress load the dependencies as default, it decrease the overall site speed. Disabling this […]

  • General / Html – Meta

    Remove WordPress Generator Meta Remove the autogenerated meta generator tag within head (WordPress Version). Tag example: <meta name=”generator” content=”WordPress 4.6.1″ /> Remove Other Generator Meta Remove other meta generated tags within head (eg Theme Name, Theme Version). Tag example: <meta content=”Divi –  Child v.1.0.0″ name=”generator”/> Removing such meta tag create  issues for BuddyPress plugin which […]

  • General / Html – HTML

    The General / Html – HTML plugin section include some powerful features which tune up the site even further: Remove Comments Minify Disable right mouse click Remove general classes from body tag Remove ID from Menu items Remove class from Menu items Remove general classes from post Remove general classes from post Remove Comments The […]

Scroll to top