Automattic\WooCommerce\Internal\Admin\Logging\FileV2

SearchListTable::no_itemspublicWC 1.0

Render message when there are no items.

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

Хуков нет.

Возвращает

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

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

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

Код SearchListTable::no_items() WC 10.4.2

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