Automattic\WooCommerce\Internal\Admin\Logging\FileV2

FileListTable::no_itemspublicWC 1.0

Render message when there are no items.

Method of the class: FileListTable{}

No Hooks.

Returns

null. Nothing (null).

Usage

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

FileListTable::no_items() code WC 10.7.0

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