WP_CLI\Dispatcher
CommandFactory::clear_file_contents_cache
Clear the file contents cache.
Метод класса: CommandFactory{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$result = CommandFactory::clear_file_contents_cache();
Код CommandFactory::clear_file_contents_cache() CommandFactory::clear file contents cache WP-CLI 2.13.0-alpha
public static function clear_file_contents_cache() {
self::$file_contents = [];
}