learndash_notifications_lesson_available( int $user_id, int $course_id, array $access_list, bool $remove )
Send learndash notification email when a scheduled lesson is available to user
Contents
Description #
Parameters #
- $user_id
-
(int) (Required) ID of user who enroll
- $course_id
-
(int) (Required) ID of course enrolled into
- $access_list
-
(array) (Required) List of users who have access to the course
- $remove
-
(bool) (Required) True if remove user access from a course | false otherwise