WC_Customer::get_order_count()
Return the number of orders this customer has.
Description Description
Return Return
(integer)
Source Source
File: includes/class-wc-customer.php
public function get_order_count() { return $this->data_store->get_order_count( $this ); }