File: bp-forums/core/capabilities.php |
Description |
---|---|
bbp_restore_caps_from_wp_roles() |
Restore forum capabilities from WP roles |
bbp_filter_blog_editable_roles() |
Removes the Forums roles from the editable roles array |
bbp_get_keymaster_role() |
The keymaster role for Forums users |
bbp_get_moderator_role() |
The moderator role for Forums users |
bbp_get_participant_role() |
The participant role for registered user that can participate in forums |
bbp_get_spectator_role() |
The spectator role is for registered users without any capabilities |
bbp_get_blocked_role() |
The blocked role is for registered users that cannot spectate or participate |
bbp_add_roles() |
Adds Forums-specific user roles. |
bbp_remove_roles() |
Removes Forums-specific user roles. |
bbp_map_caps_to_wp_roles() |
Map forum capabilities to WP roles |