learndash_30_get_course_navigation( int $course_id, array $widget_instance = array(), array $lesson_query_args = array() )

Gets the ld30 theme course navigation.


Description Description


Parameters Parameters

$course_id

(Required) Course ID.

$widget_instance

(Optional) An array of widget instance data.

Default value: array()

$lesson_query_args

(Optional) An array of query arguments to get lesson.

Default value: array()


Top ↑

Return Return

(string|void) Course navigation HTML output.


Top ↑

Source Source

File: themes/ld30/includes/helpers.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
3.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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