ActionScheduler_AdminView::system_status_report()
Print system status report.
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() ActionScheduler AdminView::system status report code WC 9.8.2
public function system_status_report() { $table = new ActionScheduler_wcSystemStatus( ActionScheduler::store() ); $table->render(); }