WC_Customer_Data_Store_Session::get_total_spent()
Return how much money this customer has spent.
Method of the class: WC_Customer_Data_Store_Session{}
No Hooks.
Return
float
.
Usage
$WC_Customer_Data_Store_Session = new WC_Customer_Data_Store_Session(); $WC_Customer_Data_Store_Session->get_total_spent( $customer );
- $customer(WC_Customer) (required) (passed by reference — &)
- Customer object.
Changelog
Since 3.0.0 | Introduced. |
WC_Customer_Data_Store_Session::get_total_spent() WC Customer Data Store Session::get total spent code WC 9.3.3
public function get_total_spent( &$customer ) { return 0; }