Automattic\WooCommerce\Internal\Admin\Logging\FileV2

FileListTable::no_itemspublicWC 1.0

Render message when there are no items.

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

Хуков нет.

Возвращает

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

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

$FileListTable = new FileListTable();
$FileListTable->no_items(): void;

Код FileListTable::no_items() WC 10.7.0

public function no_items(): void {
	esc_html_e( 'No log files found.', 'woocommerce' );
}