w3tc_minify_css_style_tags

w3tc_minify_css_style_tags

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_style_tags') is found 1 times:

  • /Minify_AutoCss.php line 94
    			return $this->buffer;
    		}
    
    		$style_tags = $matches[1];
    		$style_tags = apply_filters( 'w3tc_minify_css_style_tags',
    			$style_tags );
    
    		// pass styles
    		$this->embed_pos = null;
    		$this->files_to_minify = array();