Browse: Home / Functions /

learndash_get_course_expired_access_from_meta

learndash_get_course_expired_access_from_meta( int $course_id )

Gets the list of users with expired course access from the user meta.


Description #


Parameters #

$course_id

(int) (Optional) The ID of the course. Default 0.


Return #

(array) An array of users with expired course access.


Source #

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


Changelog #

Changelog
Version Description
2.6.4 Introduced.