File: bp-core/bp-core-caps.php |
Description |
---|---|
bp_current_user_can |
Filters whether or not the current user has a given capability. |
bp_get_current_blog_roles() |
Return an array of roles from the currently loaded blog. |
bp_user_can() |
Check whether the specified user has a given capability on a given site. |
editable_roles |
Filters the list of editable roles. |
bp_user_can |
Filters whether or not the specified user has a given capability on a given site. |
bp_get_current_blog_roles |
Filters the array of roles from the currently loaded blog. |
_bp_enforce_bp_moderate_cap_for_admins() |
Temporary implementation of ‘bp_moderate’ cap. |
bp_add_caps() |
Add capabilities to WordPress user roles. |
bp_add_caps |
Fires after the addition of capabilities to WordPress user roles. |
bp_remove_caps() |
Remove capabilities from WordPress user roles. |