Automattic\WooCommerce\Internal\StockNotifications\Admin
NotificationsPage::create
Create notification.
Method of the class: NotificationsPage{}
No Hooks.
Returns
null. Nothing (null).
Usage
$NotificationsPage = new NotificationsPage(); $NotificationsPage->create();
NotificationsPage::create() NotificationsPage::create code WC 10.3.6
public function create() {
$create_page = new NotificationCreatePage();
$create_page->output();
$this->output_admin_notice();
}