apply_filters( 'llms_editable_roles', array $roles )
Get a map of roles that can be managed by LifterLMS User Roles
Description Description
Parameters Parameters
- $roles
-
Array of user roles. The array key is the role and the value is an array of roles that can be managed by that role.
Source Source
File: includes/class.llms.user.permissions.php
Changelog Changelog
Version | Description |
---|---|
3.13.0 | Introduced. |