WP_Super_Cache_Rest_Get_Settings::get_default_cache_path
Метод класса: WP_Super_Cache_Rest_Get_Settings{}
Хуков нет.
Возвращает
Строку.
Использование
// protected - в коде основоного (родительского) или дочернего класса $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 WPSCache 3.1.1
protected function get_default_cache_path() {
return WP_CONTENT_DIR . '/wp-cache/';
}