Automattic\WooCommerce\Internal\RestApi\Routes\V4\Customers

UpdateUtils::get_object_typeprivateWC 1.0

Get object type.

Method of the class: UpdateUtils{}

No Hooks.

Returns

String.

Usage

// private - for code of main (parent) class only
$result = $this->get_object_type(): string;

UpdateUtils::get_object_type() code WC 10.4.3

private function get_object_type(): string {
	return 'user';
}