Browse: Home / Hooks /

learndash_course_next_step_url

apply_filters( 'learndash_course_next_step_url',  string $permalink,  WP_Post $post,  WP_Post $next_post )

Filters next step url for the course.


Description #


Parameters #

$permalink

(string) Permalink.

$post

(WP_Post) Current post.

$next_post

(WP_Post) Next post.


Return #

(string) Next step URL.


Source #

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


Changelog #

Changelog
Version Description
4.11.0 Introduced.