Automattic\WooCommerce\Internal\PushNotifications\Entities
PushToken::get_id
Gets the ID.
Method of the class: PushToken{}
No Hooks.
Returns
Int|null.
Usage
$PushToken = new PushToken(); $PushToken->get_id(): ?int;
Changelog
| Since 10.4.0 | Introduced. |
PushToken::get_id() PushToken::get id code WC 10.8.1
public function get_id(): ?int {
return $this->id;
}