WC_Report_Customer_List::no_items
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 Report Customer List::no items WC 10.5.2
public function no_items() {
esc_html_e( 'No customers found.', 'woocommerce' );
}