learndash_course_get_completed_steps_legacy( int $user_id, int $course_id, array $course_progress = array() )
LEGACY: Gets the total completed steps for a given course progress array.
Description Description
Replaced by learndash_course_get_completed_steps
in 3.4.0
Parameters Parameters
- $user_id
-
(Optional) The ID of the user. Default 0.
- $course_id
-
(Optional) The ID of the course. Default 0.
- $course_progress
-
(Optional) An array of course progress data.
Default value: array()
Return Return
(int) The count of completed course steps.
Source Source
File: includes/course/ld-course-functions-legacy.php
Changelog Changelog
Version | Description |
---|---|
2.3.0 | Introduced. |