w3tc_filename_to_url, $w3tc_url

w3tc_filename_to_url, $w3tc_url

Hook Type: filter

See hook in core

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

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