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.0

apply_filters('w3tc_build_cdn_file_array') is found 1 times:

  • /Cdn_Core.php line 794
    			'remote_path'  => $remote_path,
    			'original_url' => $this->relative_path_to_url( $local_path ),
    		);
    
    		return apply_filters( 'w3tc_build_cdn_file_array', $file );
    	}
    
    	/**
    	 * Get the S3 bucket region ID.
    	 *
    	 * @since  2.7.2