bbp_register_shortcodes()
Function: Register the default bbPress shortcodes
Source: includes/core/sub-actions.php:210
Function: Register the default bbPress shortcodes
Source: includes/core/sub-actions.php:210
Function: Register any objects before anything is initialized
Source: includes/core/sub-actions.php:104
Function: Call the functions added to the ‘bbp_template_stack’ filter hook, and return an array of the template locations.
Source: includes/core/template-functions.php:337
Function: This is really cool. This function registers a new template stack location, using WordPress’s built in filters API.
Source: includes/core/template-functions.php:293
Function: The blocked role is for registered users that cannot spectate or participate
Source: includes/core/capabilities.php:487
Function: The keymaster role for bbPress users
Source: includes/core/capabilities.php:435
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: Removes the bbPress roles from the editable roles array
Source: includes/core/capabilities.php:410
Function: Add the bbPress roles to the $wp_roles global.
Source: includes/core/capabilities.php:286