w3tc_build_cdn_file_array

w3tc_build_cdn_file_array

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

See hook in core

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

apply_filters('w3tc_build_cdn_file_array') is found 1 times:

  • /Cdn_Core.php line 807
    			'remote_path'  => $remote_path,
    			'original_url' => $this->relative_path_to_url( $local_path ),
    		);
    
    		return apply_filters( 'w3tc_build_cdn_file_array', $file );
    	}
    
    	/**
    	 * Returns the region ID corresponding to a given bucket location.
    	 *
    	 * This static method translates a given bucket location into its corresponding region ID.