Automattic\WooCommerce\Internal\Admin\Logging\FileV2
FileListTable::no_items
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() FileListTable::no items code WC 10.7.0
public function no_items(): void {
esc_html_e( 'No log files found.', 'woocommerce' );
}