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.


Top ↑

Return Return

(int) $learndash_next_step_id


Top ↑

Source Source

File: themes/ld30/templates/modules/course-steps.php


Top ↑

Changelog Changelog

Changelog
Version Description
3.1.2 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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