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.


Top ↑

Parameters Parameters

$ignored

(string[]) Array of user roles.


Top ↑

Source Source

File: includes/class.llms.user.permissions.php

View on GitHub



Top ↑

Changelog Changelog

Changelog
Version Description
3.41.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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