apply_filters( 'learndash_next_step_id', int $learndash_next_step_id , int $course_step_post , int $course_id , int $user_id )
Filters to override next step post ID.
Description Description
Parameters Parameters
- $learndash_next_step_id
-
The next step post ID.
- $course_step_post
-
The current step WP_Post ID.
- $course_id
-
The current Course ID.
- $user_id
-
The current User ID.
Return Return
(int) $learndash_next_step_id
Source Source
File: themes/ld30/templates/modules/course-steps.php
Changelog Changelog
| Version | Description |
|---|---|
| 3.1.2 | Introduced. |