Automattic\WooCommerce\Internal\PushNotifications\Entities

PushToken::get_originpublicWC 10.4.0

Gets the origin.

Method of the class: PushToken{}

No Hooks.

Returns

String|null.

Usage

$PushToken = new PushToken();
$PushToken->get_origin(): ?string;

Changelog

Since 10.4.0 Introduced.

PushToken::get_origin() code WC 10.5.0

public function get_origin(): ?string {
	return $this->origin;
}