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