bbp_get_topic_caps()
Return topic capabilities
Description
Return
(array) Topic capabilities
Source
File: bp-forums/topics/capabilities.php
function bbp_get_topic_caps() { return apply_filters( 'bbp_get_topic_caps', array ( 'edit_posts' => 'edit_topics', 'edit_others_posts' => 'edit_others_topics', 'publish_posts' => 'publish_topics', 'read_private_posts' => 'read_private_topics', 'read_hidden_posts' => 'read_hidden_topics', 'delete_posts' => 'delete_topics', 'delete_others_posts' => 'delete_others_topics' ) ); }
Changelog
Version | Description |
---|---|
bbPress (r2593) | Introduced. |
Questions?
We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.