Automattic\WooCommerce\Internal\StockNotifications\Admin

NotificationsPage::createpublicWC 1.0

Create notification.

Method of the class: NotificationsPage{}

No Hooks.

Returns

null. Nothing (null).

Usage

$NotificationsPage = new NotificationsPage();
$NotificationsPage->create();

NotificationsPage::create() code WC 10.3.6

public function create() {
	$create_page = new NotificationCreatePage();
	$create_page->output();
	$this->output_admin_notice();
}