Functions |
Description |
---|---|
bbp_adjust_forum_role_labels() |
Change forum role labels to conform to BuddyBoss Platform naming conventions |
bbp_admin() |
Setup Forums Admin |
bbp_admin_custom_menu_order() |
Tell WordPress we have a custom menu order |
bbp_admin_forums() |
Setup forums Admin |
bbp_admin_get_settings_fields() |
Get all of the settings fields. |
bbp_admin_get_settings_fields_for_section() |
Get settings fields by section. |
bbp_admin_get_settings_sections() |
Get the Forums settings sections. |
bbp_admin_head() |
Piggy back admin_head action |
bbp_admin_init() |
Piggy back admin_init action |
bbp_admin_link() |
Output the link to the admin section |
bbp_admin_menu() |
Piggy back admin_menu action |
bbp_admin_menu_order() |
Move our custom separator above our custom post types |
bbp_admin_notices() |
Piggy back admin_notices action |
bbp_admin_repair() |
Admin repair page |
bbp_admin_repair_forum_meta() |
Recaches the forum for each post |
bbp_admin_repair_forum_reply_count() |
Recount forum replies |
bbp_admin_repair_forum_topic_count() |
Recount forum topics |
bbp_admin_repair_forum_visibility() |
Recaches the private and hidden forums |
bbp_admin_repair_freshness() |
Recaches the last post in every topic and forum |
bbp_admin_repair_group_forum_relationship() |
Repair group forum ID mappings after a bbPress 1.1 to Forums 2.2 conversion |
bbp_admin_repair_handler() |
Handle the processing and feedback of the admin tools page |
bbp_admin_repair_list() |
Get the array of the repair list |
bbp_admin_repair_reply_menu_order() |
Recalculate reply menu order |
bbp_admin_repair_sticky() |
Repairs the relationship of sticky topics to the actual parent forum |
bbp_admin_repair_topic_hidden_reply_count() |
Recount topic hidden replies (spammed/trashed) |
bbp_admin_repair_topic_meta() |
Recaches the topic for each post |
bbp_admin_repair_topic_reply_count() |
Recount topic replies |
bbp_admin_repair_topic_voice_count() |
Recount topic members |
bbp_admin_repair_user_favorites() |
Clean the users’ favorites |
bbp_admin_repair_user_forum_subscriptions() |
Clean the users’ forum subscriptions |
bbp_admin_repair_user_reply_count() |
Recount topic replied by the users |
bbp_admin_repair_user_roles() |
This repair tool will map each user of the current site to their respective forums role. By default, Admins will be Key Masters, and every other role will be the default role defined in Settings > Forums (Participant). |
bbp_admin_repair_user_topic_count() |
Recount topics by the users |
bbp_admin_repair_user_topic_subscriptions() |
Clean the users’ topic subscriptions |
bbp_admin_replies() |
Setup Forums Replies Admin |
bbp_admin_reset() |
Admin reset page |
bbp_admin_reset_handler() |
Handle the processing and feedback of the admin tools page |
bbp_admin_separator() |
Add a separator to the WordPress admin menus |
bbp_admin_setting_callback_akismet() |
Allow Akismet setting field |
bbp_admin_setting_callback_akismet_section() |
Extension settings section description for the settings page |
bbp_admin_setting_callback_anonymous() |
Allow anonymous posting setting field |
bbp_admin_setting_callback_buddypress_section() |
Extension settings section description for the settings page |
bbp_admin_setting_callback_editlock() |
Edit lock setting field |
bbp_admin_setting_callback_favorites() |
Allow favorites setting field |
bbp_admin_setting_callback_features_section() |
Features settings section description for the settings page |
bbp_admin_setting_callback_forum_slug() |
Forum slug setting field |
bbp_admin_setting_callback_forums_per_page() |
Forums per page setting field |
bbp_admin_setting_callback_group_forums() |
Allow BuddyBoss group forums setting field |
bbp_admin_setting_callback_group_forums_root_id() |
Replies per page setting field |
bbp_admin_setting_callback_include_root() |
Include root slug setting field |