Automattic\WooCommerce\Vendor\GraphQL\Type
Introspection::resetCachedInstances
Метод класса: Introspection{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$result = Introspection::resetCachedInstances(): void;
Код Introspection::resetCachedInstances() Introspection::resetCachedInstances WC 10.9.1
public static function resetCachedInstances(): void
{
self::$cachedInstances = null;
}