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


Top ↑

Return Return

(void)


Top ↑

Source Source

File: includes/llms.template.functions.php

View on GitHub



Top ↑

Changelog Changelog

Changelog
Version Description
3.11.1 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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