LLMS_Student::get_next_lesson( int $course_id )
Get the next lesson a student needs to complete in a course
Description Description
Parameters Parameters
- $course_id
-
(Required) WP_Post ID of the course
Return Return
(int) WP_Post ID of the lesson or false if all courses are complete
Source Source
File: includes/models/model.llms.student.php
Changelog Changelog
Version | Description |
---|---|
3.0.1 | Introduced. |