w3tc_minify_css_step_style_to_embed

w3tc_minify_css_step_style_to_embed

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

  • /Minify_AutoCss.php line 292
    				$data['embed_to_html'] );
    
    			$data['style_to_embed_url'] = $style_data['url'];
    			$data['style_to_embed_body'] = $style_data['body'];
    			$data = apply_filters( 'w3tc_minify_css_step_style_to_embed',
    				$data );
    			$this->buffer = $data['buffer'];
    
    			if ( $this->config->getf_boolean( 'minify.css.http2push' ) ) {
    				$this->minify_helpers->http2_header_add(
    					$data['style_to_embed_url'], 'style' );