WP_Super_Cache_Rest_Get_Settings::get_cache_path_url()
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();
WP_Super_Cache_Rest_Get_Settings::get_cache_path_url() WP Super Cache Rest Get Settings::get cache path url code WPSCache 1.12.4
public function get_cache_path_url() { global $cache_path; return site_url( str_replace( ABSPATH, '', "{$cache_path}" ) ); }