WP_CLI\Dispatcher

CommandFactory::clear_file_contents_cache()public staticWP-CLI 1.0

Clear the file contents cache.

Метод класса: CommandFactory{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

$result = CommandFactory::clear_file_contents_cache();

Код CommandFactory::clear_file_contents_cache() WP-CLI 2.8.0-alpha

public static function clear_file_contents_cache() {
	self::$file_contents = [];
}