WC_Report_Customer_List::no_items()publicWC 1.0

No items found text.

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

Хуков нет.

Возвращает

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

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

$WC_Report_Customer_List = new WC_Report_Customer_List();
$WC_Report_Customer_List->no_items();

Код WC_Report_Customer_List::no_items() WC 8.7.0

public function no_items() {
	esc_html_e( 'No customers found.', 'woocommerce' );
}