Namespaces: global |
Description |
|---|---|
| bbp_open_forum() |
Opens a forum |
| bbp_categorize_forum() |
Make the forum a category |
| bbp_normalize_forum() |
Remove the category status from a forum |
| bbp_publicize_forum() |
Mark the forum as public |
| bbp_insert_forum() |
A wrapper for wp_insert_post() that also includes the necessary meta values for the forum to function properly. |
| bbp_new_forum_handler() |
Handles the front end forum submission |
| BP_Forums_Component |
Loads Forums Component |
| bbp_filter_notifications_get_registered_components() |
Filter registered notifications components, and add ‘forums’ to the queried ‘component_name’ array. |
| bbp_format_buddypress_notifications() |
Format the BuddyBar/Toolbar notifications |
| bbp_buddypress_add_notification() |
Hooked into the new reply function, this notification action is responsible for notifying topic and hierarchical reply authors of topic replies. |