Automattic\WooCommerce\Vendor\GraphQL\Error
UserError::isClientSafe
Method of the class: UserError{}
No Hooks.
Returns
null. Nothing (null).
Usage
$UserError = new UserError(); $UserError->isClientSafe(): bool;
UserError::isClientSafe() UserError::isClientSafe code WC 10.9.1
public function isClientSafe(): bool
{
return true;
}