learndash_get_topic_list_legacy( int|null $for_lesson_id = null, int|null $course_id = null )

LEGACY: Gets the topics list for a lesson.


Description Description

Replaced by learndash_get_topic_list in 3.4.0.


Parameters Parameters

$for_lesson_id

(Optional) The ID of the lesson to get topics.

Default value: null

$course_id

(Optional) Course ID.

Default value: null


Top ↑

Return Return

(array) An array of topics list.


Top ↑

Source Source

File: includes/course/ld-course-functions-legacy.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
2.1.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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