Automattic\WooCommerce\Internal\PushNotifications\Entities
PushToken::get_origin
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() PushToken::get origin code WC 10.5.0
public function get_origin(): ?string {
return $this->origin;
}