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.


Top ↑

Source Source

File: includes/course/ld-course-functions.php


Top ↑

Changelog Changelog

Changelog
Version Description
3.2.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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