bbp_get_topic_caps
bbp_get_topic_caps
Appears in: bbpress.2.5.14, bbpress.2.6.0, bbpress.2.6.1, bbpress.2.6.11, bbpress.2.6.12, bbpress.2.6.2, bbpress.2.6.3, bbpress.2.6.4, bbpress.2.6.5, bbpress.2.6.6, bbpress.2.6.9
Hook Type: filter
Displaying hooks found in version: bbpress.2.6.9apply_filters('bbp_get_topic_caps') is found 1 times:
- /includes/topics/capabilities.php line 221819202122232425262728
*/
function
bbp_get_topic_caps() {
// Filter & return
return
(
array
) 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'
,