w3tc_minify_js_script_tags

w3tc_minify_js_script_tags

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: w3-total-cache.2.9.1

apply_filters('w3tc_minify_js_script_tags') is found 1 times:

  • /Minify_AutoJs.php line 123
    			return $this->buffer;
    		}
    
    		$script_tags = $matches[1];
    		$script_tags = apply_filters( 'w3tc_minify_js_script_tags', $script_tags );
    
    		// pass scripts.
    		// Keep per-queue attribute data so we can preserve async/defer/type hints when rebuilding tags.
    		$this->files_to_minify = array(
    			'sync'  => array(
    				'embed_pos'  => 0,
    

See this hook used in plugins: