ActionScheduler_AdminView::render_admin_ui
Renders the Admin UI
Method of the class: ActionScheduler_AdminView{}
No Hooks.
Returns
null. Nothing (null).
Usage
$ActionScheduler_AdminView = new ActionScheduler_AdminView(); $ActionScheduler_AdminView->render_admin_ui();
ActionScheduler_AdminView::render_admin_ui() ActionScheduler AdminView::render admin ui code WC 10.5.0
public function render_admin_ui() {
$table = $this->get_list_table();
$table->display_page();
}