Functions
Description
_bbp_filter_locale()

Deprecated locale filter

Source: bp-forums/core/filters.php:273

_bbp_forum_query_usort_subforum_ids()

Callback to sort forum ID’s based on last active time

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

_bbp_has_forums_query()

Deprecated forums query filter

Source: bp-forums/core/filters.php:291

_bbp_has_replies_query()

Deprecated replies query filter

Source: bp-forums/core/filters.php:315

_bbp_has_replies_where()

Used by bbp_has_replies() to add the lead topic post to the posts loop

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

_bbp_has_topics_query()

Deprecated topics query filter

Source: bp-forums/core/filters.php:303

_bbp_reinit_dynamic_roles()

This is necessary because in a few places (noted below) WordPress initializes a blog’s roles directly from the database option. When this happens, the $wp_roles global gets flushed, causing a user to magically lose any dynamically assigned roles or capabilities when $current_user in refreshed.

Source: bp-forums/core/capabilities.php:359

_bp_core_inject_bp_widget_css_class()

Injects specific BuddyPress CSS classes into a widget sidebar.

Source: bp-core/bp-core-filters.php:974

_bp_core_moment_js_config_footer()

Print moment.js config in page footer.

Source: bp-core/bp-core-cssjs.php:811

_bp_enforce_bp_moderate_cap_for_admins()

Temporary implementation of ‘bp_moderate’ cap.

Source: bp-core/bp-core-caps.php:376

_bp_get_user_meta_last_activity_warning()

Backward compatibility for ‘last_activity’ usermeta fetching.

Source: bp-members/bp-members-functions.php:1152

_bp_maybe_remove_redirect_canonical()

Remove WP’s canonical redirect when we are trying to load BP-specific content.

Source: bp-core/bp-core-catchuri.php:1039

_bp_maybe_remove_rel_canonical()

Remove WP’s rel=canonical HTML tag if we are trying to load BP-specific content.

Source: bp-core/bp-core-catchuri.php:1089

_bp_nav_menu_sort()

Sort BuddyPress nav menu items by their position property.

Source: bp-core/bp-core-template.php:3843

_bp_profile_search_admin_js()

Enqueue BuddyBoss Profile Search JS.

Source: bp-core/profile-search/bps-start.php:190

_bp_ps_field_select()

Output BuddyBoss Profile Search select field.

Source: bp-core/profile-search/bps-admin.php:149

_bp_ps_filter_select()

Output BuddyBoss Profile Search filtered select field.

Source: bp-core/profile-search/bps-admin.php:168

_bp_rehook_maybe_redirect_404()

Rehook maybe_redirect_404() to run later than the default.

Source: bp-core/bp-core-catchuri.php:1073

_bp_strip_spans_from_title()

Strip the span count of a menu item or of a title part.

Source: bp-core/bp-core-functions.php:2472

_bp_update_user_meta_last_activity_warning()

Backward compatibility for ‘last_activity’ usermeta setting.

Source: bp-members/bp-members-functions.php:1191

add_blog_option()

Add blog option.

Source: bp-core/bp-core-wpabstraction.php:75

albums_check_album_access()

Check album access for current user or guest

Source: bp-media/bp-media-functions.php:1182

albums_get_album()

Fetch a single album object.

Source: bp-media/bp-media-functions.php:1160

array_insert_after()

Insert a value or key/value pair after a specific key in an array. If key doesn’t exist, value is appended to the end of the array.

Source: bp-core/admin/bp-core-admin-slugs.php:78

bb_global_search_default_items_to_search()

Get the default items to search though, if nothing has been selected in settings.

Source: bp-search/bp-search-filters.php:21

bb_group_wp_admin_bar_updates_menu()

Learndash Plugin updates Group Page admin bar Edit link to dashboard home page instead of the platform groups page.

Source: bp-integrations/learndash/bp-learndash-filters.php:292

bb_gs_create_group_searchstring()

Generate search string on group update.

Source: bp-search/bp-search-functions.php:437

bb_gs_create_searchstring()

Generate search string on profile update

Source: bp-search/bp-search-functions.php:408

bb_ld_group_archive_backend_slug_print()

Filter to fix conflict between Learndash Plugin groups archive page and Platform Groups page.

Source: bp-integrations/learndash/bp-learndash-filters.php:343

bb_ld_group_archive_slug_change()

Filter to fix conflict between Learndash Plugin groups archive page and Platform Groups page.

Source: bp-integrations/learndash/bp-learndash-filters.php:322

bb_update_to_1_2_3()

1.2.3 update routine.

Source: bp-core/bp-core-update.php:710

bb_update_to_1_3_5()

1.3.5 update routine.

Source: bp-core/bp-core-update.php:1110

bbp_activation()

Runs on Forums activation

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

bbp_add_caps()

Adds capabilities to WordPress user roles.

Source: bp-forums/core/capabilities.php:215

bbp_add_error()

Adds an error message to later be output in the theme

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

bbp_add_forum_id_to_group()

Remove a forum from a group

Source: bp-forums/functions.php:423

bbp_add_forums_roles()

Add the Forums roles to the $wp_roles global.

Source: bp-forums/core/capabilities.php:301

bbp_add_group_id_to_forum()

Add a group to a forum

Source: bp-forums/functions.php:397

bbp_add_options()

Add default options

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

bbp_add_permastructs()

Add the Forums-specific permalink structures

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

bbp_add_rewrite_rules()

Add the Forums-specific rewrite rules

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

bbp_add_rewrite_tags()

Add the Forums-specific rewrite tags

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

bbp_add_roles()

Adds Forums-specific user roles.

Source: bp-forums/core/capabilities.php:533

bbp_add_template_stack_locations()

Add template locations to template files being searched for

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

bbp_add_user_favorite()

Add a topic to user’s favorites

Source: bp-forums/users/functions.php:329

bbp_add_user_forum_subscription()

Add a forum to user’s subscriptions

Source: bp-forums/users/functions.php:910

bbp_add_user_options()

Add default user options

Source: bp-forums/users/options.php:43

bbp_add_user_subscription()

Add a topic to user’s subscriptions

Source: bp-forums/users/functions.php:867

bbp_add_user_topic_subscription()

Add a topic to user’s subscriptions

Source: bp-forums/users/functions.php:947

bbp_add_view_all()

Append ‘view=all’ to query string if it’s already there from referer

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