bbp_map_topic_meta_caps

bbp_map_topic_meta_caps

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_map_topic_meta_caps') is found 1 times:

  • /includes/topics/capabilities.php line 252
    248
    249
    250
    251
    252
    253
    254
    255
    256
    257
    258
                break;
        }
     
        // Filter & return
        return (array) apply_filters( 'bbp_map_topic_meta_caps', $caps, $cap, $user_id, $args );
    }
     
    /**
     * Maps topic tag capabilities
     *
     * @since 2.2.0 bbPress (r4242)