apply_filters( 'llms_course_get_student_count', int $count , LLMS_Course $course )
Filter the number of actively enrolled students in the course
Description Description
Parameters Parameters
- $count
-
Number of students enrolled in the course.
- $course
-
Instance of the course object.
Source Source
File: includes/models/model.llms.course.php
Changelog Changelog
Version | Description |
---|---|
4.12.0 | Introduced. |