Noptin_Abstract_Ecommerce_Integration::get_order_count( string|int $customer_id_or_email )
Returns a given customer’s order count.
Parameters Parameters
- $customer_id_or_email
(string|int) (Required) The customer's id or email.
Return Return
(int)
Source Source
File: includes/integrations/class-noptin-abstract-ecommerce-integration.php
public function get_order_count( $customer_id_or_email ) { return 0; }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
1.3.0 | Introduced. |