WP_CLI
FileCache::get_root()
Cache root
Метод класса: FileCache{}
Хуков нет.
Возвращает
Строку
.
Использование
$FileCache = new FileCache(); $FileCache->get_root();
Код FileCache::get_root() FileCache::get root WP-CLI 2.8.0-alpha
public function get_root() { return $this->root; }