LLMS_Lesson::get_parent_section()
Get parent section id
Return Return
(int)
Source Source
File: includes/models/model.llms.lesson.php
public function get_parent_section() { return absint( get_post_meta( $this->get( 'id' ), '_llms_parent_section', true ) ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Unknown. |
1.0.0 | Introduced. |