llms_is_post_restricted_by_time_period( int $post_id, int|null $user_id = null )

Determine if a course (or lesson/quiz) is “open” according to course time period settings.


Description Description


Parameters Parameters

$post_id

(Required) WP Post ID of a course, lesson, or quiz.

$user_id

(Optional) WP User ID (will use get_current_user_id() if none supplied). Default null.

Default value: null


Top ↑

Return Return

(int|false) False if the post is not restricted by course time period, WP Post ID of the course if it is.


Top ↑

Source Source

File: includes/functions/llms.functions.access.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
3.16.11 Unknown.
3.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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