apply_filters( 'learndash_group_course_auto_enroll', boolean $enroll_in_group , integer $group_id , integer $course_id )
Filters whether to enroll into group for the course.
Description Description
Parameters Parameters
- $enroll_in_group
-
Whether to enroll the user into the group.
- $group_id
-
The Group ID.
- $course_id
-
The Course ID.
Source Source
File: includes/course/ld-course-functions.php
Changelog Changelog
Version | Description |
---|---|
3.2.0 | Introduced. |