apply_filters( 'learndash_course_lessons_advance_progress_page', boolean $advance_progress, int $post_id, int $user_id )

Filters whether to redirect the user to the next available lesson page in the course.


Description Description


Parameters Parameters

$advance_progress

Whether to redirect user to next available lesson page.

$post_id

Queried object post ID.

$user_id

User ID.


Top ↑

Source Source

File: includes/course/ld-course-functions.php


Top ↑

User Contributed Notes User Contributed Notes

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