Namespaces: global |
Description |
|---|---|
| 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_setup_akismet() |
Loads Akismet inside the Forums global class |
| bbp_is_install() |
If there is no raw DB version, this is the first installation |
| bbp_register_theme_package() |
Register a new Forums theme package to the active theme packages array |
| 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. |