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