w3tc_cdn_url, $new_url, $w3tc_url, $is_engine_mirror
w3tc_cdn_url, $new_url, $w3tc_url, $is_engine_mirror
Appears in: w3-total-cache.2.10.3
Hook Type: filter
Displaying hooks found in version: w3-total-cache.2.10.3apply_filters('w3tc_cdn_url, $new_url, $w3tc_url, $is_engine_mirror') is found 1 times:
- /Cdn_Core.php line 748
return null; } $is_engine_mirror = Cdn_Util::is_engine_mirror( $this->_config->get_string( 'cdn.engine' ) ); $new_url = apply_filters( 'w3tc_cdn_url', $new_url, $w3tc_url, $is_engine_mirror ); return $new_url; } /** * Converts an absolute filesystem path to a relative path based on the document root.