WC_Customer::get_total_spent()

Return how much money this customer has spent.


Description Description


Return Return

(float)


Top ↑

Source Source

File: includes/class-wc-customer.php

	public function get_total_spent() {
		return $this->data_store->get_total_spent( $this );
	}

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.