Documentation

Knowledge Base - Code ExampleResolve all of your questions in no time

  • wph/components/rewrite-default/html_replacements

    This functionality is available for PRO version. Name: wph/components/rewrite-default/html_replacements Type: Filter Arguments: $status This filter can be used to disable the HTML Replacements on the default rewrite-default module. Keep in mind that this run if there are actual Replacements pair saved.

  • wp-hide/interface/process/minimum_slug_length

    Name: wp-hide/interface/process/minimum_slug_length Type: Filter Arguments: (int) $slug_minimum_length (array) $data Using this filter, the minimum length of a custom slug can be changed. The default is 5.

  • wp-hide/interface/process/reserved_values

    This functionality is available for PRO version. Name: wp-hide/interface/process/reserved_values Type: Filter Arguments: (array) $reserved_values Through the filter, the system reserved values can be changed, by add or remove specific slugs. A reserved_value item can contain regex patterns e.g. [^\w\-]wp[^\w\-] The following example add a new system reserved slug as “clear“.

  • General / Html Emulate CMS

    Using the option the system tries to misguide the used WordPress by outputting the wrong traces, of the selected CMS. Misleading and making a false lead provide extra security, as the attacker search and attempt to hack something which not exist. The plugin can emulate systems like: Drupal – Drupal is a free and open-source […]

  • wph/module/general_scripts/remove_id_attribute/ignore_ids

    This functionality is available for PRO version. Name: wph/module/general_scripts/remove_id_attribute/ignore_ids Type: Filter Arguments:(array) $ignores This filter provides a way to set ignores for scripts IDs, when using the function Remove ID from script tag

  • Preserve post content while using Replacements

    This functionality is available for PRO version. The Replacements feature is a powerful tool, it allows any of specific traces ( classes, IDs, JavaScript variables ) to be changed easily and make the code unrecognizable.

  • wph/components/block_wp_cron_php/local_ips

    This functionality is available for PRO version. Name: wph/components/block_wp_cron_php/local_ips Type: Filter Arguments: (array) $local_ips This filter can be used to add IP’s to ignore list for which the default wp-cron.php file can still be accessible when blocking the default.

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

  • wp-hide/module/general_css_combine/placeholders_process/element_content

    This functionality is available for PRO version. Name: wp-hide/module/general_css_combine/placeholders_process/element_content Type: Filter Arguments: (text) $element_content (text) $local_file_path This filter can be used to make changes on a CSS file content before being processed by module.

  • wp-hide/module/general_js_combine/placeholders_process/element_content

    This functionality is available for PRO version. Name: wp-hide/module/general_js_combine/placeholders_process/element_content Type: Filter Arguments: (text) $element_content (text) $local_file_path This filter can be used to make changes on a JavaScript file content before being processed by module.

Scroll to top