Automattic\WooCommerce\Internal\PushNotifications\Entities
PushToken::get_metadata
Gets the metadata.
Method of the class: PushToken{}
No Hooks.
Returns
Array|null.
Usage
$PushToken = new PushToken(); $PushToken->get_metadata(): ?array;
Changelog
| Since 10.6.0 | Introduced. |
PushToken::get_metadata() PushToken::get metadata code WC 10.8.1
public function get_metadata(): ?array {
return $this->metadata;
}