Automattic\WooCommerce\Vendor\GraphQL\Type\Definition

EnumValueDefinition::isDeprecatedpublicWC 1.0

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

Хуков нет.

Возвращает

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

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

$EnumValueDefinition = new EnumValueDefinition();
$EnumValueDefinition->isDeprecated(): bool;

Код EnumValueDefinition::isDeprecated() WC 11.0.1

public function isDeprecated(): bool
{
    return (bool) $this->deprecationReason;
}