WP_CLI
FileCache::get_root
Cache root
Method of the class: FileCache{}
No Hooks.
Returns
String.
Usage
$FileCache = new FileCache(); $FileCache->get_root();
FileCache::get_root() FileCache::get root code WP-CLI 2.13.0-alpha
public function get_root() {
return $this->root;
}