Name: wp-hide/ob_start_callback Type: Filter Arguments: $buffer This is the filter through which the plugin allow changes to outputted HTML buffer.
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.
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.
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.
Trigger when Admin Components Included
Add default URL replacements
Trigger on Module Component loaded $field_id $saved_field_value $_class_instance $module
On loaded module
Trigger on recovery actions
Name: wph/settings_changed Type: Action Arguments: $screen_slug, $tab_slug The action trigger on plugin admin interface Settings Changed. If this action triggered there was no error and the settings where saved successfully.