Automattic\WooCommerce\Internal\Admin\Logging\FileV2
SearchListTable::no_items
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() SearchListTable::no items code WC 10.8.1
public function no_items(): void {
esc_html_e( 'No search results.', 'woocommerce' );
}