WC_Report_Customer_List::no_items
No items found text.
Method of the class: WC_Report_Customer_List{}
No Hooks.
Returns
null. Nothing (null).
Usage
$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 code WC 10.7.0
public function no_items() {
esc_html_e( 'No customers found.', 'woocommerce' );
}