learndash_get_course_steps_count_legacy( int $course_id )

LEGACY: Gets the total count of lessons and topics for a given course ID.


Description Description

Replaced by learndash_get_course_steps_count in 3.4.0.


Parameters Parameters

$course_id

(Optional) The ID of the course. Default 0.


Top ↑

Return Return

(int) The count of the course steps.


Top ↑

Source Source

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


			

Top ↑

Changelog Changelog

Changelog
Version Description
2.3.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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