bbp_get_forum_caps()

Return forum capabilities

Description

Return

(array) Forum capabilities

Source

File: bp-forums/forums/capabilities.php

19
20
21
22
23
24
25
26
27
28
29
function bbp_get_forum_caps() {
    return 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',
        'delete_others_posts' => 'delete_others_forums'
    ) );
}

Changelog

Changelog
Version Description
bbPress (r2593) Introduced.

Questions?

We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.