Browse: Home / Functions /

learndash_group_course_access_from

learndash_group_course_access_from( int $group_id,  int $course_id )

Gets the timestamp of when a course is available to the group.


Description #


Parameters #

$group_id

(int) (Required) Group ID.

$course_id

(int) (Required) Course ID.


Return #

(string) The timestamp of when a course is available to the group.


Source #

File: includes/ld-groups.php


Changelog #

Changelog
Version Description
2.1.0 Introduced.