ActionScheduler_AdminView::system_status_report()publicWC 1.0

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

Хуков нет.

Возвращает

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

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

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

Код ActionScheduler_AdminView::system_status_report() WC 8.7.0

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