ActionScheduler_AdminView::render_admin_ui()publicWC 1.0

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() code WC 8.7.0

public function render_admin_ui() {
	$table = $this->get_list_table();
	$table->display_page();
}