ld_course_access_from_update( int $course_id, int $user_id, string|int $access = '', boolean $is_gmt = false )

Updates the course access time for a user.


Description Description


Parameters Parameters

$course_id

(Required) Course ID for update.

$user_id

(Required) User ID for update.

$access

(Optional) Value can be a date string (YYYY-MM-DD hh:mm:ss or integer value.

Default value: ''

$is_gmt

(Optional) True if the access value is GMT or false if it is relative to site timezone.

Default value: false


Top ↑

Return Return

(boolean) Returns true if the value is updated successfully.


Top ↑

Source Source

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


			

Top ↑

Changelog Changelog

Changelog
Version Description
3.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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