LLMS_Transaction::get_order()
Retrieve an instance of LLMS_Order for the transaction’s parent order
Description Description
Return Return
(obj)
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. |
User Contributed Notes User Contributed Notes
Permalink: