File: bp-core/bp-core-caps.php
Description
bp_map_meta_caps()

Map community caps to built in WordPress caps.

Source: bp-core/bp-core-caps.php:131

bp_map_meta_caps

Filters the community caps mapping to be built in WordPress caps.

Source: bp-core/bp-core-caps.php:143

bp_get_community_caps()

Return community capabilities.

Source: bp-core/bp-core-caps.php:153

bp_get_community_caps

Filters community capabilities.

Source: bp-core/bp-core-caps.php:165

bp_get_caps_for_role()

Return an array of capabilities based on the role that is being requested.

Source: bp-core/bp-core-caps.php:176

bp_get_caps_for_role

Filters the array of capabilities based on the role that is being requested.

Source: bp-core/bp-core-caps.php:208

bp_set_current_user_default_role()

Set a default role for the current user.

Source: bp-core/bp-core-caps.php:219

bp_current_user_can()

Check whether the current user has a given capability.

Source: bp-core/bp-core-caps.php:256

bp_current_user_can

Filters whether or not the current user has a given capability.

Source: bp-core/bp-core-caps.php:296

bp_get_current_blog_roles()

Return an array of roles from the currently loaded blog.

Source: bp-core/bp-core-caps.php:24