API/capabilities
From bbPulp
(Redirected from Capabilities)
Each user role (such as Member or Key Master) has a unique set of capabilities. Some actions can be assigned capabilities, and bbPress will make sure only users of appropriate role can see it. They are defined in /bb-includes/capabilities.php.
- use_keys
- administrate
- moderate
- participate
- keep_gate
- recount
- manage_options
- edit_users
- manage_tags
- edit_others_favorites
- manage_forums
- delete_forums
- delete_topics
- close_topics
- stick_topics
- move_topics
- view_by_ip
- edit_closed
- edit_deleted
- browse_deleted
- edit_others_tags
- edit_others_topics
- delete_posts
- throttle
- ignore_edit_lock
- edit_others_posts
- edit_favorites
- edit_tags
- edit_topics
- edit_posts
- edit_profile
- write_topics
- write_posts
- change_password
- read

