w3tc_minify_css_do_local_style_minification, $w3tc_data

w3tc_minify_css_do_local_style_minification, $w3tc_data

Hook Type: filter

See hook in core

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

apply_filters('w3tc_minify_css_do_local_style_minification, $w3tc_data') is found 1 times:

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