ActionScheduler_AdminView::system_status_reportpublicWC 1.0

Print system status report.

Метод класса: ActionScheduler_AdminView{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

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

Код ActionScheduler_AdminView::system_status_report() WC 9.9.4

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