w3tc_uri_cdn_uri

w3tc_uri_cdn_uri

Hook Type: filter

See hook in core

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

apply_filters('w3tc_uri_cdn_uri') is found 1 times:

  • /Cdn_Core.php line 722
    				$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.
    	 *