w3tc_minify_js_step_script_to_embed, $w3tc_data

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

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