w3tc_minify_css_step_style_to_embed, $w3tc_data

w3tc_minify_css_step_style_to_embed, $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_step_style_to_embed, $w3tc_data') is found 1 times:

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