bbp_map_meta_caps

bbp_map_meta_caps

Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_map_meta_caps') is found 1 times:

  • /includes/core/sub-actions.php line 523
    519
    520
    521
    522
    523
    524
    525
    526
    527
    528
    529
    */
    function bbp_map_meta_caps( $caps = array(), $cap = '', $user_id = 0, $args = array() ) {
     
        // Filter & return
        return (array) apply_filters( 'bbp_map_meta_caps', $caps, $cap, $user_id, $args );
    }
     
    /**
     * Filter the arguments used by wp_mail for bbPress specific emails
     *
     * @since 2.6.0 bbPress (r6918)

See this hook used in plugins: