w3tc_minify_js_step_script_to_embed

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

  • /Minify_AutoJs.php line 319
    			}
    
    			$data['script_to_embed_url'] = $url;
    			$data['script_to_embed_body'] = $script;
    			$data = apply_filters( 'w3tc_minify_js_step_script_to_embed',
    				$data );
    			$this->buffer = $data['buffer'];
    
    			if ( $this->config->getf_boolean( 'minify.js.http2push' ) ) {
    				$this->minify_helpers->http2_header_add(
    					$data['script_to_embed_url'], 'script' );