ActionScheduler_AdminView::system_status_report
Print system status report.
Method of the class: ActionScheduler_AdminView{}
No Hooks.
Returns
null. Nothing (null).
Usage
$ActionScheduler_AdminView = new ActionScheduler_AdminView(); $ActionScheduler_AdminView->system_status_report();
ActionScheduler_AdminView::system_status_report() ActionScheduler AdminView::system status report code WC 10.5.0
public function system_status_report() {
$table = new ActionScheduler_wcSystemStatus( ActionScheduler::store() );
$table->render();
}