LLMS_Access_Plan::is_available_to_user( int $user_id = null )
Determine if the plan is available to a user based on configured availability restrictions
Description Description
Parameters Parameters
- $user_id
-
(Optional) (optional) WP User ID, if not supplied get_current_user_id() will be used
Default value: null
Return Return
(boolean)
Source Source
File: includes/models/model.llms.access.plan.php
Changelog Changelog
Version | Description |
---|---|
3.4.4 | Introduced. |