Namespaces: global |
Description |
|---|---|
| bbp_is_deactivation() |
Determine if Forums is being deactivated |
| bbp_version_bump() |
Update the DB to the latest version |
| bbp_setup_updater() |
Setup the Forums updater |
| bbp_create_initial_content() |
Create a default forum, topic, and reply |
| bbp_version_updater() |
Forums’ version updater looks at what the current database version is, and runs whatever other code is needed. |
| bbp_make_current_user_keymaster() |
Hooked to the ‘bbp_activate’ action, this helper function automatically makes the current user a Key Master in the forums if they just activated Forums, regardless of the bbp_allow_global_access() setting. |
| 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_template_include_theme_compat() |
Reset main query vars and filter ‘the_content’ to output a Forums template part as needed. |
| bbp_redirect_canonical() |
Remove the canonical redirect to allow pretty pagination |