w3tc_cdn_url

w3tc_cdn_url

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

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

apply_filters('w3tc_cdn_url') is found 1 times:

  • /Cdn_Core.php line 743
    			return null;
    		}
    
    		$is_engine_mirror = Cdn_Util::is_engine_mirror( $this->_config->get_string( 'cdn.engine' ) );
    		$new_url          = apply_filters( 'w3tc_cdn_url', $new_url, $url, $is_engine_mirror );
    
    		return $new_url;
    	}
    
    	/**
    	 * Takes an absolute path and converts to a relative path to root.
    

See this hook used in plugins: