ActionScheduler_AdminView::render_admin_ui()
Renders the Admin UI
Method of the class: ActionScheduler_AdminView{}
No Hooks.
Return
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 9.7.1
public function render_admin_ui() { $table = $this->get_list_table(); $table->display_page(); }