LLMS_Order::get_product()
Retrieve an LLMS_Post_Model object for the associated product
Description Description
Return Return
(obj) LLMS_Course / LLMS_Membership instance
Source Source
File: includes/models/model.llms.order.php
public function get_product() { return llms_get_post( $this->get( 'product_id' ) ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.8.0 | Introduced. |
User Contributed Notes User Contributed Notes
Permalink: