Documentation

Knowledge Base - Actions / FiltersResolve all of your questions in no time

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

  • 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

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

  • wph/core/set_server_type

    This filter has deprecated and replaced with a constant: WPH_SERVER_TYPE. This can be apache, nginx and is. The constant should be place on wp-config.php before the wp-hide default lines. define(‘WPH_SERVER_TYPE’, ‘apache’);       This functionality is available for PRO version. Name: wph/core/set_server_type Type: Filter Arguments: none This filter can be used to set the […]

  • wph/components/force_run_on_admin

    This functionality is available for PRO version. Name: wph/components/force_run_on_admin Type: Filter Arguments: (bool) $status (string) $component_id As default, certain features will not run on Dashboard to preserve functionality. This filter can be used to force modules to run on admin dashboard too.

  • wph/components/css_combine_code

    This functionality is available for PRO version. Name: wph/components/css_combine_code Type: Filter Arguments: $status This filter can be used to force ignore on css combine.

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

  • wp-hide/wp_redirect

    Name: wp-hide/wp_redirect Type: Filter Arguments: $location This is the filter through which a redirect url can be further updated. The filter occur after the default plugin replacements.

  • wp-hide/interface/process

    Name: wp-hide/interface/process Type: Filter Arguments: $errors, $settings, $module_settings Returns: (array) $errors This filter trigger when plugin admin interface is being processed. It can be used to ensure specific options are matching the requirements.

  • wp-hide/module_load_components

    Trigger when Admin Components Included

Scroll to top