Functions
Description
bp_blogs_update_option_close_comments_days_old()

Update “Close comments after days old” option in BuddyPress blogmeta table.

Source: bp-blogs/bp-blogs-functions.php:490

bp_blogs_update_option_close_comments_for_old_posts()

Update “Close comments for old posts” option in BuddyPress blogmeta table.

Source: bp-blogs/bp-blogs-functions.php:472

bp_blogs_update_option_comment_moderation()

When updating comment moderation, mirror value in blogmeta table.

Source: bp-blogs/bp-blogs-functions.php:551

bp_blogs_update_option_site_icon()

Syncs site icon URLs to blogmeta.

Source: bp-blogs/bp-blogs-functions.php:564

bp_blogs_update_option_thread_comments()

When toggling threaded comments, update thread depth in blogmeta table.

Source: bp-blogs/bp-blogs-functions.php:508

bp_blogs_update_option_thread_comments_depth()

When updating comment depth, update thread depth in blogmeta table.

Source: bp-blogs/bp-blogs-functions.php:532

bp_blogs_update_post()

Updates a blog post’s corresponding activity entry during a post edit.

Source: bp-core/deprecated/buddypress/2.2.php:61

bp_blogs_update_post_activity_meta()

Updates a blog post’s activity meta entry during a post edit.

Source: bp-blogs/bp-blogs-functions.php:662

bp_blogs_validate_blog_form()

Validate a blog creation submission.

Source: bp-blogs/bp-blogs-template.php:1256

bp_blogs_validate_blog_signup()

Process a blog registration submission.

Source: bp-blogs/bp-blogs-template.php:1194

bp_blogs_visit_blog_button()

Output button for visiting a blog in a loop.

Source: bp-blogs/bp-blogs-template.php:1512

bp_buffer_template_part()

Put a template part into an output buffer, and return it.

Source: bp-core/bp-core-template-loader.php:331

bp_button()

Create and output a button.

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

bp_change_forum_slug_quickedit_save_page()

Set the forum slug on edit page from backend.

Source: bp-core/admin/bp-core-admin-functions.php:2936

bp_check_for_legacy_theme()

Check if currently using legacy theme

Source: bp-core/admin/bp-core-admin-functions.php:457

bp_check_incompatible_plugins()

Check for incompatible plugins that are currently active.

Source: bp-loader.php:68

bp_check_member_send_invites_tab_member_type_allowed()

Check if logged in member type is allowed to send invites

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

bp_check_member_type_field_have_options()

Decide need to add profile field select box or not.

Source: bp-xprofile/bp-xprofile-functions.php:1740

bp_check_theme_template_pack_dependency()

Maybe override the preferred template pack if the theme declares a dependency.

Source: bp-core/bp-core-theme-compatibility.php:918

bp_cleanup_friendship_activities()

Remove all hidden friendship activities.

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

bp_clone_field_for_repeater_sets()

Copy form fields for field sets that repeat.

Source: bp-xprofile/bp-xprofile-repeaters.php:325

bp_comment_author_avatar()

Output a comment author’s avatar.

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

bp_comments_open()

Force comments_status to ‘closed’ for BuddyPress post types.

Source: bp-core/bp-core-theme-compatibility.php:838

bp_core_action_delete_user()

Process user deletion requests.

Source: bp-core/deprecated/buddypress/3.0.php:160

bp_core_action_search_site()

A JavaScript-free implementation of the search functions in BuddyPress.

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

bp_core_action_set_spammer_status()

Catch a “Mark as Spammer/Not Spammer” click from the toolbar.

Source: bp-core/deprecated/buddypress/3.0.php:110

bp_core_activate_signup()

Activate a signup, as identified by an activation key.

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

bp_core_activate_site_options()

Copy BP options from a single site to multisite config.

Source: bp-core/bp-core-options.php:359

bp_core_activation_notice()

Verify that some BP prerequisites are set up properly, and notify the admin if not.

Source: bp-core/admin/bp-core-admin-functions.php:201

bp_core_activation_signup_blog_notification()

Notify new users of a successful registration (with blog).

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

bp_core_activation_signup_user_notification()

Notify new users of a successful registration (without blog).

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

bp_core_add_admin_menu()

Source: bp-core/deprecated/buddypress/1.6.php:122

bp_core_add_admin_menu_for_memberpress_buddypress()

Add Menu in Admin section for MemberPress + BuddyPress Integration plugin

Source: bp-core/compatibility/bp-incompatible-plugins-helper.php:156

bp_core_add_admin_menu_page()

In BuddyPress 1.1 – 1.2.x, this function provided a better version of add_menu_page() that allowed positioning of menus. Deprecated in 1.5 in favour of a WP core function.

Source: bp-core/deprecated/buddypress/1.5.php:85

bp_core_add_admin_menu_styles()

Loads admin panel styles and scripts.

Source: bp-core/deprecated/buddypress/1.6.php:216

bp_core_add_admin_notice()

Add an admin notice to the BP queue.

Source: bp-core/admin/bp-core-admin-functions.php:168

bp_core_add_ajax_hook()

Source: bp-core/deprecated/buddypress/1.6.php:132

bp_core_add_ajax_url_js()

Define the ‘ajaxurl’ JS variable, used by themes as an AJAX endpoint.

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

bp_core_add_contextual_help()

Adds contextual help to BuddyPress admin pages.

Source: bp-core/admin/bp-core-admin-functions.php:908

bp_core_add_contextual_help_content()

Renders contextual help content to contextual help tabs.

Source: bp-core/admin/bp-core-admin-functions.php:1004

bp_core_add_cropper_inline_css()

Output the inline CSS for the BP image cropper.

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

bp_core_add_cropper_inline_js()

Output the inline JS needed for the cropper to work on a per-page basis.

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

bp_core_add_global_group()

Add ‘bp’ to global group of network wide cachable objects.

Source: bp-core/deprecated/buddypress/2.2.php:103

bp_core_add_illegal_names()

Add illegal blog names to WP so that root components will not conflict with blog names on a subdirectory installation.

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

bp_core_add_jquery_cropper()

Enqueues jCrop library and hooks BP’s custom cropper JS.

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

bp_core_add_jquery_mask()

Enqueues jquery.mask.js on BuddyPress pages.

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

bp_core_add_jquery_mask_inline_js()

Prints script to add input mask to all telephone fields.

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

bp_core_add_jquery_validate_inline_js()

Output the inline JS needed for the jQuery validate

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

bp_core_add_livestamp()

Enqueues livestamp.js on BuddyPress pages.

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

bp_core_add_message()

Add a feedback (error/success) message to the WP cookie so it can be displayed after the page reloads.

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