WP_CLI

FileCache::get_rootpublicWP-CLI 1.0

Cache root

Method of the class: FileCache{}

No Hooks.

Returns

String.

Usage

$FileCache = new FileCache();
$FileCache->get_root();

FileCache::get_root() code WP-CLI 2.13.0-alpha

public function get_root() {
	return $this->root;
}