llms_can_user_bypass_restrictions( LLMS_Student|WP_User|int $user = null )
Determine whether or not a user can bypass enrollment, drip, and prerequisite restrictions
Description Description
Parameters Parameters
- $user
-
(Optional) LLMS_Student, WP_User, or WP User ID, if none supplied get_current_user() will be used.
Default value: null
Return Return
(boolean)
Source Source
File: includes/functions/llms.functions.person.php
Changelog Changelog
Version | Description |
---|---|
3.9.0 | |
3.7.0 | Introduced. |