WC_Customer::get_last_order()

Gets the customers last order.


Description Description


Return Return

(WC_Order|false)


Top ↑

Source Source

File: includes/class-wc-customer.php

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

Top ↑

User Contributed Notes User Contributed Notes

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