WP_Super_Cache_Rest_Get_Settings::get_default_cache_path()
Method of the class: WP_Super_Cache_Rest_Get_Settings{}
No Hooks.
Return
String
.
Usage
// protected - for code of main (parent) or child class $result = $this->get_default_cache_path();
WP_Super_Cache_Rest_Get_Settings::get_default_cache_path() WP Super Cache Rest Get Settings::get default cache path code WPSCache 1.12.4
protected function get_default_cache_path() { return WP_CONTENT_DIR . '/wp-cache/'; }