ActionScheduler_AdminView::system_status_report()publicWC 1.0

Method of the class: ActionScheduler_AdminView{}

No Hooks.

Return

null. Nothing (null).

Usage

$ActionScheduler_AdminView = new ActionScheduler_AdminView();
$ActionScheduler_AdminView->system_status_report();

ActionScheduler_AdminView::system_status_report() code WC 8.7.0

public function system_status_report() {
	$table = new ActionScheduler_wcSystemStatus( ActionScheduler::store() );
	$table->render();
}