w3tc_minify_css_enable

w3tc_minify_css_enable

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: w3-total-cache.2.7.0

apply_filters('w3tc_minify_css_enable') is found 1 times:

  • /Minify_Plugin.php line 164
    			$css_enable = false;
    		}
    
    		$js_enable = apply_filters( 'w3tc_minify_js_enable', $js_enable );
    		$css_enable = apply_filters( 'w3tc_minify_css_enable', $css_enable );
    		$html_enable = apply_filters( 'w3tc_minify_html_enable', $html_enable );
    
    		$head_prepend = '';
    		$body_prepend = '';
    		$body_append = '';
    		$embed_extsrcjs = false;
    

See this hook used in plugins: