Automattic\WooCommerce\Internal\PushNotifications\Entities

PushToken::get_metadatapublicWC 10.6.0

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() code WC 10.8.1

public function get_metadata(): ?array {
	return $this->metadata;
}