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
Description Description
Parameters Parameters
- $post_id
-
WP Post ID for a course, lesson, or quiz
- $student
-
instance of an LLMS_Student, defaults to current student
- $progress
-
current progress of the student through the course
Return Return
(void)
Source Source
File: includes/llms.template.functions.php
Changelog Changelog
Version | Description |
---|---|
3.11.1 | Introduced. |