WP_Super_Cache_Rest_Get_Settings::get_cache_path_url() public WPSCache 1.0
{} It's a method of the class: WP_Super_Cache_Rest_Get_Settings{}
No Hooks.
Return
String.
Usage
$WP_Super_Cache_Rest_Get_Settings = new WP_Super_Cache_Rest_Get_Settings(); $WP_Super_Cache_Rest_Get_Settings->get_cache_path_url();
Code of WP_Super_Cache_Rest_Get_Settings::get_cache_path_url() WP Super Cache Rest Get Settings::get cache path url WPSCache 1.7.1
public function get_cache_path_url() {
global $cache_path;
return site_url( str_replace( ABSPATH, '', "{$cache_path}" ) );
}