WC_Customer::get_last_order()
Gets the customers last order.
Description Description
Return Return
(WC_Order|false)
Source Source
File: includes/class-wc-customer.php
public function get_last_order() { return $this->data_store->get_last_order( $this ); }