File: bp-forums/users/capabilities.php
Description
bbp_set_current_user_default_role()

Add the default role to the current user if needed

Source: bp-forums/users/capabilities.php:240

bbp_get_user_role_map()

Return a map of WordPress roles to Forums roles. Used to automatically grant appropriate Forums roles to WordPress users that wouldn’t already have a role in the forums. Also guarantees WordPress admins get the Keymaster role.

Source: bp-forums/users/capabilities.php:323

bbp_is_user_spammer()

Checks if the user has been marked as a spammer.

Source: bp-forums/users/capabilities.php:351

bbp_make_spam_user()

Mark a users topics and replies as spam when the user is marked as spam

Source: bp-forums/users/capabilities.php:405

bbp_make_ham_user()

Mark a users topics and replies as spam when the user is marked as spam

Source: bp-forums/users/capabilities.php:496

bbp_map_primary_meta_caps()

Maps primary capabilities

Source: bp-forums/users/capabilities.php:23