bp_search_get_total_lessons_count( $course_id )
Returns total number of LearnDash lessons
Description
Source
File: bp-search/bp-search-functions.php
function bp_search_get_total_lessons_count( $course_id ) { $lesson_ids = learndash_course_get_children_of_step( $course_id, $course_id, 'sfwd-lessons' ); return count( $lesson_ids ); }
Changelog
Version | Description |
---|---|
BuddyBoss 1.0.0 | Introduced. |
Questions?
We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.