ActionScheduler_AdminView::system_status_report
Print system status report.
Метод класса: ActionScheduler_AdminView{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$ActionScheduler_AdminView = new ActionScheduler_AdminView(); $ActionScheduler_AdminView->system_status_report();
Код ActionScheduler_AdminView::system_status_report() ActionScheduler AdminView::system status report WC 11.1.0
public function system_status_report() {
$table = new ActionScheduler_wcSystemStatus( ActionScheduler::store() );
$table->render();
}