w3tc_filename_to_url

w3tc_filename_to_url

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

See hook in core

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

apply_filters('w3tc_filename_to_url') is found 1 times:

  • /Util_Environment.php line 164
    			$uri_from_location = str_replace( DIRECTORY_SEPARATOR, '/', $uri_from_location );
    		}
    
    		$url = content_url( $uri_from_location );
    		$url = apply_filters( 'w3tc_filename_to_url', $url );
    
    		return $url;
    	}
    
    	/**
    	 * Returns true if database cluster is used.