LLMS_Access_Plan::get_product()
Retrieve an instance of the associated LLMS_Product
Return Return
(obj)
Source Source
File: includes/models/model.llms.access.plan.php
532 533 | return new LLMS_Product( $this ->get( 'product_id' ) ); } |
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |