LLMS_Transaction::get_order()
Retrieves an instance of LLMS_Order for the transaction’s parent order.
Return Return
Source Source
File: includes/models/model.llms.transaction.php
public function get_order() { return new LLMS_Order( $this->get( 'order_id' ) ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |