apply_filters( 'llms_allow_user_concurrent_logins', bool $allow , int $user_id )
Filters whether or not allowing a specific user to have concurrent sessions.
Parameters Parameters
- $allow
-
(bool) Whether or not the user should be allowed to have concurrent sessions.
- $user_id
-
(int) WP_User ID of the current use.
Source Source
Changelog Changelog
Version | Description |
---|---|
5.6.0 | Introduced. |