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 are disabled on the WordPress Dashboard to prevent potential conflicts and ensure the stability of core functionalities. However, if needed, you can use this filter to override the default behavior and enable specific modules to […]
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.
Preserve post class array
Remove general classes from body tag This filter helps to control the preserver class array.
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_css_combine/add_media_query Type: Filter Arguments: (bool) $add_media_query (text) $code_block The wp-hide/module/general_css_combine/add_media_query filter allows you to control whether the @media queries are included in the processed CSS assets by the WP Hide plugin. By default, the plugin adds @media data to the combined CSS files. However, using this filter, […]
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.
This functionality is available for PRO version. Name: wp-hide/module/general_css_variables_replace/placeholder_ignore_css Type: Filter Arguments: (bool) $ignore, (text) $element_content, (string) $element_href This filter can be used to leave specific in-line Cascading Style Sheet code or stylesheet asset within HTML source. When using CSS Concatenate, all in-line Cascading Style Sheet code are being combined along all local css assets into a single […]
This functionality is available for PRO version. Name: wp-hide/module/general_js_variables_replace/placeholder_ignore_inline_js Type: Filter Arguments: (bool) $ignore, (text) $element_content This filter can be used to leave specific in-line JavaScript code within HTML source. When using JavaScript Concatenate, all in-line JS code are being combined along with all local JS assets into a single file.
Name: wp-hide/module_mod_rewrite_rules Type: Filter Arguments: (str) $module_mod_rewrite_rules (object) $_class_instance The wp-hide/module_mod_rewrite_rules filter provides a way to customize the rewrite rules generated by the WP Hide plugin for a specific option. These rules, created by the plugin’s core functionality and stored on the server, define how the selected option impacts the data, files or user behavior. […]