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


Top ↑

Return Return

(int) WP_Post ID of the lesson or false if all courses are complete


Top ↑

Source Source

File: includes/models/model.llms.student.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
3.0.1 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.