LLMS_Membership::get_product()
Retrieve an instance of the LLMS_Product for this course
Contents
Return Return
Source Source
File: includes/models/model.llms.membership.php
public function get_product() { return new LLMS_Product( $this->get( 'id' ) ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.3.0 | Introduced. |