bbp_get_forum_caps
bbp_get_forum_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_forum_caps') is found 1 times:
- /includes/forums/capabilities.php line 221819202122232425262728
*/
function
bbp_get_forum_caps() {
// Filter & return
return
(
array
) apply_filters(
'bbp_get_forum_caps'
,
array
(
'edit_posts'
=>
'edit_forums'
,
'edit_others_posts'
=>
'edit_others_forums'
,
'publish_posts'
=>
'publish_forums'
,
'read_private_posts'
=>
'read_private_forums'
,
'read_hidden_posts'
=>
'read_hidden_forums'
,
'delete_posts'
=>
'delete_forums'
,