apply_filters( 'llms_course_get_student_count', int $count, LLMS_Course $course )

Filter the number of actively enrolled students in the course


Parameters Parameters

$count

(int) Number of students enrolled in the course.

$course

(LLMS_Course) Instance of the course object.


Top ↑

Source Source

File: includes/models/model.llms.course.php

View on GitHub



Top ↑

Changelog Changelog

Changelog
Version Description
4.12.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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