WC_Report_Customer_List::no_items()

No items found text.


Description Description


Source Source

File: includes/admin/reports/class-wc-report-customer-list.php

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

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.