WC_Report_Customer_List::__construct()

Constructor.


Description Description


Source Source

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

	public function __construct() {

		parent::__construct(
			array(
				'singular' => 'customer',
				'plural'   => 'customers',
				'ajax'     => false,
			)
		);
	}

Top ↑

User Contributed Notes User Contributed Notes

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