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.


Top ↑

Source Source

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


Top ↑

Changelog Changelog

Changelog
Version Description
3.1.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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