WC_Report_Customer_List::no_items() public WC 1.0
No items found text.
{} Это метод класса: WC_Report_Customer_List{}
Хуков нет.
Возвращает
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 5.0.0
public function no_items() {
esc_html_e( 'No customers found.', 'woocommerce' );
}