WP_CLI

FileCache::get_root()publicWP-CLI 1.0

Cache root

Method of the class: FileCache{}

No Hooks.

Return

String.

Usage

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

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

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