WC_Customer::get_order_count()

Return the number of orders this customer has.


Description Description


Return Return

(integer)


Top ↑

Source Source

File: includes/class-wc-customer.php

	public function get_order_count() {
		return $this->data_store->get_order_count( $this );
	}

Top ↑

User Contributed Notes User Contributed Notes

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