WC_Customer::get_total_spent()
Return how much money this customer has spent.
Description Description
Return Return
(float)
Source Source
File: includes/class-wc-customer.php
public function get_total_spent() { return $this->data_store->get_total_spent( $this ); }