Browse: Home / Functions /

learndash_notifications_lesson_available

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


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


Source #

File: includes/notifications/includes/notification.php