w3tc_minify_js_step

w3tc_minify_js_step

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

  • /Minify_AutoJs.php line 304
    			'embed_type' => $embed_type,
    			'buffer' => $this->buffer
    		);
    
    		$data = apply_filters( 'w3tc_minify_js_step', $data );
    		$this->buffer = $data['buffer'];
    
    		if ( !empty( $data['files_to_minify'] ) ) {
    			$url = $this->minify_helpers->get_minify_url_for_files(
    				$data['files_to_minify'], 'js' );