apply_filters( 'learndash_process_user_course_access_expire', boolean $expired, int $user_id, int $course_id, int $course_access_upto )

Filters whether the course is expired for a user or not.


Description Description


Parameters Parameters

$expired

Whether the course is expired or not.

$user_id

User ID.

$course_id

Course ID.

$course_access_upto

Course expiration timestamp.


Top ↑

Source Source

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


Top ↑

Changelog Changelog

Changelog
Version Description
2.6.2 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.