Automattic\WooCommerce\Internal\PushNotifications\Notifications
Notification::get_resource_id
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() Notification::get resource id code WC 10.7.0
public function get_resource_id(): int {
return $this->resource_id;
}