bbp_get_topic_tag_caps
bbp_get_topic_tag_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_tag_caps') is found 1 times:
- /includes/topics/capabilities.php line 444041424344454647484950
*/
function
bbp_get_topic_tag_caps() {
// Filter & return
return
(
array
) apply_filters(
'bbp_get_topic_tag_caps'
,
array
(
'manage_terms'
=>
'manage_topic_tags'
,
'edit_terms'
=>
'edit_topic_tags'
,
'delete_terms'
=>
'delete_topic_tags'
,
'assign_terms'
=>
'assign_topic_tags'
) );
}