w3tc_minify_css_step

w3tc_minify_css_step

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

  • /Minify_AutoCss.php line 282
    			'buffer' => $this->buffer,
    			'embed_to_html' => $this->embed_to_html
    		);
    
    		$data = apply_filters( 'w3tc_minify_css_step', $data );
    		$this->buffer = $data['buffer'];
    
    		if ( !empty( $data['files_to_minify'] ) ) {
    			$style_data = $this->minify_helpers->generate_css_style_tag(
    				$data['files_to_minify'],
    				$data['embed_to_html'] );