w3tc_minify_js_do_excluded_tag_script_minification

w3tc_minify_js_do_excluded_tag_script_minification

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

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

apply_filters('w3tc_minify_js_do_excluded_tag_script_minification') is found 1 times:

  • /Minify_AutoJs.php line 261
    				'should_replace'      => false,
    				'buffer'              => $this->buffer,
    			);
    
    			$data         = apply_filters( 'w3tc_minify_js_do_excluded_tag_script_minification', $data );
    			$this->buffer = $data['buffer'];
    
    			if ( $data['should_replace'] ) {
    				$this->buffer = substr_replace(
    					$this->buffer,
    					$data['script_tag_new'],