Automattic\WooCommerce\Internal\Admin\Logging\FileV2

SearchListTable::no_items()publicWC 1.0

Render message when there are no items.

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

Хуков нет.

Возвращает

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

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

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

Код SearchListTable::no_items() WC 9.5.1

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