Automattic\WooCommerce\Vendor\GraphQL\Error
UserError::isClientSafe
Метод класса: UserError{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$UserError = new UserError(); $UserError->isClientSafe(): bool;
Код UserError::isClientSafe() UserError::isClientSafe WC 11.0.1
public function isClientSafe(): bool
{
return true;
}