Noptin_Abstract_Ecommerce_Integration::get_total_spent( string|int $customer_id_or_email )
Returns a given customer’s total spent.
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_total_spent( $customer_id_or_email ) { return 0; }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
1.3.3 | Introduced. |