Uses
Uses | Description |
---|---|
wp-admin/includes/class-wp-users-list-table.php: get_role_list | Filters the returned array of roles for a user. |
wp-includes/capabilities.php: wp_roles() | Retrieves the global WP_Roles instance and instantiates it if necessary. |
wp-includes/l10n.php: translate_user_role() | Translates role name. |
wp-includes/l10n.php: _x() | Retrieve translated string with gettext context. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |