Automattic\WooCommerce\Internal\PushNotifications\Notifications
StockNotification::get_type
{@inheritDoc}
Method of the class: StockNotification{}
No Hooks.
Returns
null. Nothing (null).
Usage
$StockNotification = new StockNotification(); $StockNotification->get_type(): string;
StockNotification::get_type() StockNotification::get type code WC 10.9.1
public function get_type(): string {
return self::TYPE;
}