Automattic\WooCommerce\Internal\PushNotifications\Notifications
StockNotification::get_event_type
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() StockNotification::get event type code WC 10.9.1
public function get_event_type(): string {
return $this->event_type;
}