Warning: This function has been deprecated.

learndash_course_set_lessons_start_page()

Redirects users to the next available lesson page when course lesson pagination is enabled.


Description Description

For example, we have a course with 100 lessons and the course has per page set to 10. The student can complete up to lesson 73. When the student returns to the course we don’t want to default to show the first page (lessons 1-10). Instead, we want to redirect the user to page 7 showing lessons 71-80.


Source Source

File: includes/deprecated/3.4.0/functions.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
3.4.0 This function has been deprecated.
2.5.4 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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