w3tc_minify_css_do_local_style_minification

w3tc_minify_css_do_local_style_minification

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

See hook in core

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

apply_filters('w3tc_minify_css_do_local_style_minification') is found 1 times:

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