Documentation

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

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

  • wp-hide/ignore_ob_start_callback

    Name: wp-hide/ignore_ob_start_callback Type: Filter Arguments: (bool) $status – Determines whether the output buffering should be ignored. TRUE: Output buffering is ignored, and plugin features are disabled. FALSE: Output buffering is enabled, and plugin features remain active. (string) $buffer – The current output buffer content. This can be used to inspect or determine if changes should […]

  • wp-hide/ob_start_callback

    Name: wp-hide/ob_start_callback Type: Filter Arguments: $buffer This is the filter through which the plugin allow changes to outputted HTML buffer.

  • 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/2fa/email/email_message

    Name: wp-hide/2fa/email/email_message Type: Filter Arguments: (str) $message (integer) $code (integer) $user_ID This filter allows customization of the HTML email message sent to users when using the 2FA email login feature in WP Hide PRO. It enables developers to modify the email content, including styling, text, and structure, before the message is sent.

  • wp-hide/module_load_components

    Trigger when Admin Components Included

  • wp-hide/add_default_replacements

    Add default URL replacements

  • wp-hide/module_settings_process

    Trigger on Module Component loaded $field_id $saved_field_value $_class_instance $module

Scroll to top