Browse: Home / Hooks /

learndash_user_group_enrolled_to_course_from_timestamps

apply_filters( 'learndash_user_group_enrolled_to_course_from_timestamps',  array $group_course_enrolled_times,  int $user_id,  int $course_id )

Filter the user group enrollment to course timestamps.


Description #


Parameters #

$group_course_enrolled_times

(array) Array of course to group enrollment timestamps.

$user_id

(int) User ID.

$course_id

(int) Course Post ID.


Source #

File: includes/ld-groups.php


Changelog #

Changelog
Version Description
3.5.0 Introduced.