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.8.8

apply_filters('w3tc_minify_css_step_style_to_embed') is found 1 times:

  • /Minify_AutoCss.php line 343
    			);
    
    			$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' );
    			}