bbp_get_blocked_role()
Function: The blocked role is for registered users that cannot spectate or participate
Source: includes/core/capabilities.php:487
Function: The blocked role is for registered users that cannot spectate or participate
Source: includes/core/capabilities.php:487
Function: Adds bbPress-specific user roles.
Source: includes/core/capabilities.php:500
Function: Removes bbPress-specific user roles from the `wp_user_roles` array.
Source: includes/core/capabilities.php:515
Function: The keymaster role for bbPress users
Source: includes/core/capabilities.php:435
Function: The moderator role for bbPress users
Source: includes/core/capabilities.php:448
Function: The participant role for registered user that can participate in forums
Source: includes/core/capabilities.php:461
Function: The spectator role is for registered users without any capabilities
Source: includes/core/capabilities.php:474
Function: This is necessary because in a few places (noted below) WordPress initializes a blog’s roles directly from the database option. When this happens, the $wp_roles global gets flushed, causing a user to magically lose any dynamically assigned roles or capabilities when $current_user in refreshed.
Source: includes/core/capabilities.php:340
Function: Fetch a filtered list of forum roles that the current user is allowed to have.
Source: includes/core/capabilities.php:365
Function: Gets a translated role name from a role ID
Source: includes/core/capabilities.php:389