learndash_get_next_lesson_redirect( WP_Post|null $post = null )

Redirects the user to next lesson.


Description Description


Parameters Parameters

$post

(Optional) The WP_Post object. Defaults to global post object.

Default value: null


Top ↑

Return Return

(string) Returns empty string if the next lesson redirect link empty.


Top ↑

Source Source

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


			

Top ↑

Changelog Changelog

Changelog
Version Description
2.1.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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