Namespaces: global |
Description |
|---|---|
| bp_remove_caps() |
Remove capabilities from WordPress user roles. |
| bp_map_meta_caps() |
Map community caps to built in WordPress caps. |
| bp_get_community_caps() |
Return community capabilities. |
| bp_get_caps_for_role() |
Return an array of capabilities based on the role that is being requested. |
| bp_set_current_user_default_role() |
Set a default role for the current user. |
| bp_current_user_can() |
Check whether the current user has a given capability. |
| bp_user_can() |
Check whether the specified user has a given capability on a given site. |
| bp_core_remove_nav_item() |
Deletes an item from the primary navigation of the specified component. |
| bp_core_register_subnav_screen_function() |
Register a screen function, whether or not a related subnav link exists. |
| bp_core_maybe_hook_new_subnav_screen_function() |
For a given subnav item, either hook the screen function or generate redirect arguments, as necessary. |