w3tc_minify_css_content

w3tc_minify_css_content

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

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

apply_filters('w3tc_minify_css_content') is found 1 times:

  • /lib/Minify/Minify.php line 619
    		if ($type === self::TYPE_CSS && false !== strpos($content, '@import')) {
    			$content = self::_handleCssImports($content);
    		}
    		if ( $type === self::TYPE_CSS ) {
    			$content = apply_filters( 'w3tc_minify_css_content', $content, null, null );
    		}
    	if ( $type === self::TYPE_JS ) {
    		$content = apply_filters( 'w3tc_minify_js_content', $content, null, null );
    	}
    
    		// do any post-processing (esp. for editing build URIs)