LLMS_Section::get_parent_course()
Retrieve the post ID of the section’s parent course
Description Description
Return Return
(int)
Source Source
File: includes/models/model.llms.section.php
public function get_parent_course() { return $this->get( 'parent_course' ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |
User Contributed Notes User Contributed Notes
Permalink: