w3tc_minify_css_do_excluded_tag_style_minification

w3tc_minify_css_do_excluded_tag_style_minification

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

  • /Minify_AutoCss.php line 233
    				'should_replace' => false,
    				'buffer' => $this->buffer
    			);
    
    			$data = apply_filters( 'w3tc_minify_css_do_excluded_tag_style_minification',
    				$data );
    			$this->buffer = $data['buffer'];
    
    			if ( $data['should_replace'] ) {
    				$this->buffer = substr_replace( $this->buffer,
    					$data['style_tag_new'], $tag_pos,