Automattic\WooCommerce\Internal\StockNotifications\Admin

NotificationCreatePage::outputpublicWC 1.0

Render page.

Method of the class: NotificationCreatePage{}

No Hooks.

Returns

null. Nothing (null).

Usage

$NotificationCreatePage = new NotificationCreatePage();
$NotificationCreatePage->output();

NotificationCreatePage::output() code WC 10.3.6

public function output() {
	$this->process_create_form();
	include __DIR__ . '/Templates/html-admin-notification-create.php';
}