Automattic\WooCommerce\Internal\Admin\Logging\FileV2

SearchListTable::no_itemspublicWC 1.0

Render message when there are no items.

Method of the class: SearchListTable{}

No Hooks.

Returns

null. Nothing (null).

Usage

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

SearchListTable::no_items() code WC 10.8.1

public function no_items(): void {
	esc_html_e( 'No search results.', 'woocommerce' );
}