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