bbp_map_group_forum_topic_meta_caps

bbp_map_group_forum_topic_meta_caps

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_map_group_forum_topic_meta_caps') is found 1 times:

  • /includes/extend/buddypress/groups.php line 306
    302
    303
    304
    305
    306
    307
    308
    309
    310
    311
    312
                break;
        }
     
        // Filter & return
        return (array) apply_filters( 'bbp_map_group_forum_topic_meta_caps', $caps, $cap, $user_id, $args );
    }
     
    /**
     * Remove the topic meta cap map, so it doesn't interfere with sidebars.
     *
     * @since 2.2.0 bbPress (r4434)