Documentation

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

  • 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 By default, certain features will not run on the Dashboard to preserve the breaking of certain functionality. This filter can be used to force modules to run on the 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.

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

Scroll to top