Namespaces: global |
Description |
|---|---|
| bbp_get_dynamic_role_name() |
Gets a translated role name from a role ID |
| bbp_add_caps() |
Adds capabilities to WordPress user roles. |
| bbp_remove_caps() |
Removes capabilities from WordPress user roles. |
| bbp_get_wp_roles() |
Get the $wp_roles global without needing to declare it everywhere |
| bbp_get_blog_roles() |
Get the available roles minus Forums’ dynamic roles |
| bbp_add_forums_roles() |
Add the Forums roles to the $wp_roles global. |
| bbp_filter_user_roles_option() |
Helper function to add filter to option_wp_user_roles |
| bbp_is_update() |
Compare the Forums version to the DB version to determine if updating |
| bbp_is_activation() |
Determine if Forums is being activated |
| bbp_is_deactivation() |
Determine if Forums is being deactivated |