Module rewrite rules
Name: wp-hide/mod_rewrite_rules Type: Filter Arguments: $rules, $rewrite_server_software The filter can be used to change, add or remove any generated rewrite rules, which are being saved within .htaccess file (for Apache) or web.config file (for IIS). The same rules are being listed within the Set-up interface, so any modification through this filter will show up for […]
Name: wp-hide/ob_start_callback Type: Filter Arguments: $buffer This is the filter through which the plugin allow changes to outputted HTML buffer.
Load Modules Filter available for mu-plugins
Return module components settings
Name: wp-hide/get_module_item_setting Type: Filter Arguments: $value, $item_id Returns: (string) $value The action trigger on plugin admin interface Settings Changed. If this action triggered there was no error and the settings where saved successfully.
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.
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.