Automattic\WooCommerce\Vendor\GraphQL\Error

UserError::isClientSafepublicWC 1.0

Method of the class: UserError{}

No Hooks.

Returns

null. Nothing (null).

Usage

$UserError = new UserError();
$UserError->isClientSafe(): bool;

UserError::isClientSafe() code WC 10.9.1

public function isClientSafe(): bool
{
    return true;
}