LLMS_Section::get_course()
Retrieve an instance of LLMS_Course for the sections’s parent course
Description Description
Return Return
(obj|null)
Source Source
File: includes/models/model.llms.section.php
public function get_course() { return llms_get_post( $this->get( 'parent_course' ) ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.6.0 | Introduced. |
User Contributed Notes User Contributed Notes
Permalink: