Automattic\WooCommerce\Internal\StockNotifications\Admin
NotificationsPage::output
Render page.
Method of the class: NotificationsPage{}
No Hooks.
Returns
null. Nothing (null).
Usage
$NotificationsPage = new NotificationsPage(); $NotificationsPage->output();
NotificationsPage::output() NotificationsPage::output code WC 10.3.6
public function output() {
$table = wc_get_container()->get( ListTable::class );
$table->process_actions();
$this->output_admin_notice();
$table->prepare_items();
include __DIR__ . '/Templates/html-admin-notifications.php';
}