Functions
Description
bbp_map_meta_caps()

Maps forum/topic/reply caps to built in WordPress caps

Source: bp-forums/core/sub-actions.php:481

bbp_map_primary_meta_caps()

Maps primary capabilities

Source: bp-forums/users/capabilities.php:23

bbp_map_reply_meta_caps()

Maps topic capabilities

Source: bp-forums/replies/capabilities.php:47

bbp_map_topic_meta_caps()

Maps topic capabilities

Source: bp-forums/topics/capabilities.php:68

bbp_map_topic_tag_meta_caps()

Maps topic tag capabilities

Source: bp-forums/topics/capabilities.php:218

bbp_maybe_admin_setting_disabled()

Disable a settings field if the value is forcibly set in Forums’ global options array.

Source: bp-forums/admin/settings.php:1582

bbp_maybe_get_root_slug()

Maybe return the root slug, based on whether or not it’s included in the url

Source: bp-forums/core/options.php:483

bbp_member_forums_favorites_content()

Get the topics favorited template part

Source: bp-forums/functions.php:251

bbp_member_forums_replies_content()

Get the topics replied to template part

Source: bp-forums/functions.php:232

bbp_member_forums_screen_favorites()

Hook Forums favorites template into plugins template

Source: bp-forums/functions.php:186

bbp_member_forums_screen_replies()

Hook Forums replies template into plugins template

Source: bp-forums/functions.php:173

bbp_member_forums_screen_subscriptions()

Hook Forums subscriptions template into plugins template

Source: bp-forums/functions.php:199

bbp_member_forums_screen_topics()

Hook Forums topics template into plugins template

Source: bp-forums/functions.php:160

bbp_member_forums_subscriptions_content()

Get the topics subscribed template part

Source: bp-forums/functions.php:270

bbp_member_forums_topics_content()

Get the topics created template part

Source: bp-forums/functions.php:213

bbp_mention_filter()

Finds and links @-mentioned users in the content

Source: bp-forums/core/functions.php:336

bbp_merge_topic_count()

Fix counts on topic merge

Source: bp-forums/topics/functions.php:1434

bbp_merge_topic_form_fields()

Merge topic form fields

Source: bp-forums/common/template.php:1813

bbp_merge_topic_handler()

Merge topic handler

Source: bp-forums/topics/functions.php:1194

bbp_move_reply_count()

Fix counts on reply move

Source: bp-forums/replies/functions.php:1523

bbp_move_reply_form_fields()

Move reply form fields

Source: bp-forums/common/template.php:1849

bbp_move_reply_handler()

Move reply handler

Source: bp-forums/replies/functions.php:1271

bbp_move_topic_handler()

Handle the moving of a topic from one forum to another. This includes walking up the old and new branches and updating the counts.

Source: bp-forums/topics/functions.php:1056

bbp_new_converter()

This is a function that is purposely written to look like a “new” statement.

Source: bp-forums/admin/converter.php:1515

bbp_new_forum_handler()

Handles the front end forum submission

Source: bp-forums/forums/functions.php:117

bbp_new_reply_handler()

Handles the front end reply submission

Source: bp-forums/replies/functions.php:115

bbp_new_site()

When a new site is created in a multisite installation, run the activation routine on that site

Source: bp-forums/admin/actions.php:100

bbp_new_topic_handler()

Handles the front end topic submission

Source: bp-forums/topics/functions.php:122

bbp_normalize_forum()

Remove the category status from a forum

Source: bp-forums/forums/functions.php:774

bbp_notice_edit_user_is_super_admin()

Super admin privileges notice

Source: bp-forums/users/template.php:1231

bbp_notice_edit_user_success()

Edit profile success message

Source: bp-forums/users/template.php:1204

bbp_notify_forum_subscribers()

Sends notification emails for new topics to subscribed forums

Source: bp-forums/common/functions.php:1238

bbp_notify_subscribers()

Sends notification emails for new replies to subscribed topics

Source: bp-forums/common/functions.php:1340

bbp_notify_topic_subscribers()

Sends notification emails for new replies to subscribed topics

Source: bp-forums/common/functions.php:1110

bbp_number_format()

A Forums specific method of formatting numeric values

Source: bp-forums/common/functions.php:28

bbp_number_format_i18n()

A Forums specific method of formatting numeric values

Source: bp-forums/common/functions.php:49

bbp_open_forum()

Opens a forum

Source: bp-forums/forums/functions.php:730

bbp_open_topic()

Opens a topic

Source: bp-forums/topics/functions.php:2889

bbp_parse_args()

Merge user defined arguments into defaults array.

Source: bp-forums/common/functions.php:1361

bbp_parse_query()

Add checks for Forums conditions to parse_query action

Source: bp-forums/core/template-functions.php:483

bbp_past_edit_lock()

Check the date against the _bbp_edit_lock setting.

Source: bp-forums/common/functions.php:387

bbp_plugin_locale()

Filter the plugin locale and domain.

Source: bp-forums/core/sub-actions.php:421

bbp_post_request()

The main action used for handling theme-side POST requests

Source: bp-forums/core/sub-actions.php:349

bbp_pre_get_option()

Filter default options and allow them to be overloaded from inside the $bbp->options array.

Source: bp-forums/core/options.php:173

bbp_pre_get_posts_normalize_forum_visibility()

Adjusts forum, topic, and reply queries to exclude items that might be contained inside hidden or private forums that the user does not have the capability to view.

Source: bp-forums/forums/functions.php:1934

bbp_privatize_forum()

Mark the forum as private

Source: bp-forums/forums/functions.php:856

bbp_profile_update()

The main action for hooking into when a user account is updated

Source: bp-forums/core/sub-actions.php:271

bbp_profile_update_role()

Helper function hooked to ‘bbp_profile_update’ action to save or update user roles and capabilities.

Source: bp-forums/users/capabilities.php:187

bbp_publicize_forum()

Mark the forum as public

Source: bp-forums/forums/functions.php:796

bbp_query_post_parent__in()

Adds ability to include or exclude specific post_parent ID’s

Source: bp-forums/common/functions.php:1404