WC_Admin_Status::scan_log_files()public staticWC 1.0

Scan the log files.

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

Хуков нет.

Возвращает

Массив.

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

$result = WC_Admin_Status::scan_log_files();

Код WC_Admin_Status::scan_log_files() WC 8.7.0

public static function scan_log_files() {
	return WC_Log_Handler_File::get_log_files();
}