apply_filters( 'llms_user_can_manage_user_ignored_roles', string[] $ignored )
Filter the list of “ignored” user roles
Description Description
If a user has one of the roles specified in this list, LifterLMS will not attempt to determine if the user can manage other users and will instead allow the WordPress core (or another plugin) to determine if they have the required permissions.
Parameters Parameters
- $ignored
-
(string[]) Array of user roles.
Source Source
Changelog Changelog
Version | Description |
---|---|
3.41.0 | Introduced. |