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.


Top ↑

Source Source

File: includes/class-llms-prevent-concurrent-logins.php

View on GitHub



Top ↑

Changelog Changelog

Changelog
Version Description
5.6.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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