Automattic\WooCommerce\Internal\PushNotifications\Notifications

Notification::get_resource_idpublicWC 10.7.0

Gets the resource ID.

Method of the class: Notification{}

No Hooks.

Returns

Int.

Usage

$Notification = new Notification();
$Notification->get_resource_id(): int;

Changelog

Since 10.7.0 Introduced.

Notification::get_resource_id() code WC 10.7.0

public function get_resource_id(): int {
	return $this->resource_id;
}