Automattic\WooCommerce\Internal\PushNotifications\Notifications

StockNotification::get_event_typepublicWC 10.9.0

Returns the stock event type.

Method of the class: StockNotification{}

No Hooks.

Returns

String.

Usage

$StockNotification = new StockNotification();
$StockNotification->get_event_type(): string;

Changelog

Since 10.9.0 Introduced.

StockNotification::get_event_type() code WC 10.9.1

public function get_event_type(): string {
	return $this->event_type;
}