apply_filters( 'learndash_show_parent_previous_link', boolean $show_previous_link , int $course_step_post , int $user_id , int $course_id )
Filters whether to show parent previous link in the course navigation.
Description Description
Parameters Parameters
- $show_previous_link
-
Whether to show parent previous link.
- $course_step_post
-
ID of the lesson/topic post.
- $user_id
-
User ID.
- $course_id
-
Course ID.
Source Source
File: themes/ld30/templates/modules/course-steps.php
Changelog Changelog
| Version | Description |
|---|---|
| 3.1.0 | Introduced. |