LLMS_Lesson::is_orphan()
Determine if the lesson is an orphan
Description Description
Return Return
(bool)
Source Source
File: includes/models/model.llms.lesson.php
Changelog Changelog
Version | Description |
---|---|
4.4.0 | Use in_array() with strict comparison to decide whether the parent course/section post status is in a set of allowed statuses. |
3.14.8 | Introduced. |