Automattic\WooCommerce\Internal\StockNotifications\Admin

NotificationsPage::editpublicWC 1.0

Edit notification.

Method of the class: NotificationsPage{}

No Hooks.

Returns

null. Nothing (null).

Usage

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

NotificationsPage::edit() code WC 11.0.1

public function edit() {
	$edit_page = wc_get_container()->get( NotificationEditPage::class );
	$edit_page->output();
	$this->output_admin_notice();
}