LLMS_Transaction::get_order()

Retrieves an instance of LLMS_Order for the transaction’s parent order.


Return Return

(LLMS_Order)


Top ↑

Source Source

File: includes/models/model.llms.transaction.php

	public function get_order() {
		return new LLMS_Order( $this->get( 'order_id' ) );
	}


Top ↑

Changelog Changelog

Changelog
Version Description
3.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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