WC_Order_Item::get_order()

Get parent order object.


Description Description


Return Return

(WC_Order)


Top ↑

Source Source

File: includes/class-wc-order-item.php

	public function get_order() {
		return wc_get_order( $this->get_order_id() );
	}


Top ↑

User Contributed Notes User Contributed Notes

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