Warning: This function has been deprecated. Use ‘ld_course_access_from_update’ instead.

ld_course_access_update( int $course_id, int $user_id, mixed $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) If $access value is GMT (true) or relative to site timezone (false).

Default value: false


Top ↑

Return Return

(boolean) Returns true if success.


Top ↑

Source Source

File: includes/deprecated/2.6.0/functions.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
2.6.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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