w3tc_uri_cdn_uri
w3tc_uri_cdn_uri
Appears in: w3-total-cache.2.2.12, w3-total-cache.2.2.6, w3-total-cache.2.2.7, w3-total-cache.2.2.9, w3-total-cache.2.3.0, w3-total-cache.2.3.1, w3-total-cache.2.3.2, w3-total-cache.2.3.3, w3-total-cache.2.4.1, w3-total-cache.2.5.0, w3-total-cache.2.6.0, w3-total-cache.2.6.1, w3-total-cache.2.7.0, w3-total-cache.2.7.2, w3-total-cache.2.7.5, w3-total-cache.2.7.7, w3-total-cache.2.8.0
Hook Type: filter
Displaying hooks found in version: w3-total-cache.2.8.0apply_filters('w3tc_uri_cdn_uri') is found 1 times:
- /Cdn_Core.php line 733
$remote_uri = $network_home . substr( $local_uri, strlen( $home ) ); } } return apply_filters( 'w3tc_uri_cdn_uri', ltrim( $remote_uri, '/' ) ); } /** * Need to pass full URL and it's URI. * URI passed to prevent redundant parsing, normally it's available for caller. *