w3tc_filename_to_url, $w3tc_url
w3tc_filename_to_url, $w3tc_url
Appears in: w3-total-cache.2.10.3
Hook Type: filter
Displaying hooks found in version: w3-total-cache.2.10.3apply_filters('w3tc_filename_to_url, $w3tc_url') is found 1 times:
- /Util_Environment.php line 171
$uri_from_location = str_replace( DIRECTORY_SEPARATOR, '/', $uri_from_location ); } $w3tc_url = content_url( $uri_from_location ); $w3tc_url = apply_filters( 'w3tc_filename_to_url', $w3tc_url ); return $w3tc_url; } /** * Returns true if database cluster is used.