Namespaces: global
Description
bbp_get_wp_roles()

Get the $wp_roles global without needing to declare it everywhere

Source: bp-forums/core/capabilities.php:252

bbp_get_blog_roles()

Get the available roles minus Forums’ dynamic roles

Source: bp-forums/core/capabilities.php:271

bbp_add_forums_roles()

Add the Forums roles to the $wp_roles global.

Source: bp-forums/core/capabilities.php:301

bbp_filter_user_roles_option()

Helper function to add filter to option_wp_user_roles

Source: bp-forums/core/capabilities.php:328

bbp_is_update()

Compare the Forums version to the DB version to determine if updating

Source: bp-forums/core/update.php:34

bbp_is_activation()

Determine if Forums is being activated

Source: bp-forums/core/update.php:51

bbp_setup_akismet()

Loads Akismet inside the Forums global class

Source: bp-forums/core/extend.php:22

bbp_is_install()

If there is no raw DB version, this is the first installation

Source: bp-forums/core/update.php:21

bbp_register_theme_package()

Register a new Forums theme package to the active theme packages array

Source: bp-forums/core/theme-compat.php:272

bbp_theme_compat_reset_post()

This fun little function fills up some WordPress globals with dummy data to stop your average page template from complaining about it missing.

Source: bp-forums/core/theme-compat.php:301