Browse: Home / Hooks /

learndash_course_next_step_id

apply_filters( 'learndash_course_next_step_id',  int $next_post_id,  WP_Post $post,  WP_Post $next_post )

Filters next step ID for the course.


Description #


Parameters #

$next_post_id

(int) Next post ID.

$post

(WP_Post) Current post.

$next_post

(WP_Post) Next post.


Return #

(int) Next step ID.


Source #

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


Changelog #

Changelog
Version Description
4.11.0 Introduced.