apply_filters( 'llms_course_continue_button_complete_text', int $post_id , obj $student , integer $progress )
Output a course continue button linking to the incomplete lesson for a given student If the course is complete “Course Complete” is displayed
Parameters Parameters
- $post_id
-
(int) WP Post ID for a course, lesson, or quiz
- $student
-
(obj) instance of an LLMS_Student, defaults to current student
- $progress
-
(integer) current progress of the student through the course
Return Return
(void)
Source Source
Changelog Changelog
Version | Description |
---|---|
3.11.1 | Introduced. |