Functions
Description
bp_has_member_type()

Check whether the given user has a certain profile type.

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

bp_has_members()

Initialize the members loop.

Source: bp-members/bp-members-template.php:327

bp_has_message_threads()

Retrieve private message threads for display in inbox/sentbox/notices.

Source: bp-messages/bp-messages-template.php:42

bp_has_notifications()

Initialize the notifications loop.

Source: bp-notifications/bp-notifications-template.php:186

bp_has_options_avatar()

Check to see if there is an options avatar.

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

bp_has_profile()

Query for XProfile groups and fields.

Source: bp-xprofile/bp-xprofile-template.php:41

bp_head()

Fire ‘bp_head’, which is used to hook scripts and styles in the .

Source: bp-core/bp-core-dependency.php:402

bp_helper_plugins_loaded_callback()

Fire to add support for third party plugin

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

bp_helper_rankmath_group_page_support()

Add Page Title on Platform Group Page in Rank Math Plugin

Source: bp-core/compatibility/bp-rankmath-plugin-helpers.php:88

bp_hide_last_name()

Allow members to hide last name field if in display format first name selected.

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

bp_hide_loggedout_adminbar()

Is the Toolbar hidden for logged out users?

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

bp_hide_nickname_first_name()

Allow members to hide first name field if in display format nick name selected.

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

bp_hide_nickname_last_name()

Allow members to hide last name field if in display format nick name selected.

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

bp_import_profile_types_admin_menu()

Add the ‘Site Notices’ admin menu item.

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

bp_include()

Fire the ‘bp_include’ action, where plugins should include files.

Source: bp-core/bp-core-dependency.php:25

bp_include_group_by_context()

Determine whether a group should be included in results sets for a user in a specific context.

Source: bp-groups/bp-groups-template.php:2947

bp_incompatible_plugins_deactivate_notice()

Admin Notice for having one or more incompatible plugins activated.

Source: bp-loader.php:114

bp_infusion_soft_sync_bp_data()

Sync the BP data based on the WP data via infusion soft API.

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

bp_init()

Fire the ‘bp_init’ action, BuddyPress’s main initialization hook.

Source: bp-core/bp-core-dependency.php:259

bp_init_background_updater()

Fire the ‘bp_init_background_updater’ action, where BP updates data.

Source: bp-core/bp-core-dependency.php:535

bp_insert_activity_meta()

Attach metadata about an activity item to the activity content.

Source: bp-activity/bp-activity-template.php:1517

bp_invitations_reset_cache_incrementor()

Resets all incremented bp_invitations caches.

Source: bp-core/bp-core-cache.php:394

bp_invite_add_column()

Add new columns to the post type list screen.

Source: bp-invites/bp-invites-admin.php:65

bp_invite_add_request_filter()

Adds a filter to invite sort items.

Source: bp-invites/bp-invites-admin.php:171

bp_invite_add_sortable_columns()

Sets up a column on admin view on invite post type.

Source: bp-invites/bp-invites-admin.php:155

bp_invite_bulk_action_notices()

Revoke invitation success message.

Source: bp-invites/bp-invites-admin.php:365

bp_invite_hide_quick_edit()

Hide quick edit link.

Source: bp-invites/bp-invites-admin.php:241

bp_invite_show_data()

Display data by column and post id.

Source: bp-invites/bp-invites-admin.php:87

bp_invite_sort_items()

Sort list of invite post types.

Source: bp-invites/bp-invites-admin.php:185

bp_invites_add_admin_menu()

Register the Invites component in BuddyBoss > Invites admin screen.

Source: bp-invites/bp-invites-admin.php:414

bp_invites_add_sub_menu_page_admin_menu()

Source: bp-invites/bp-invites-admin.php:432

bp_invites_bulk_action_handler()

Bulk revoke invitations.

Source: bp-invites/bp-invites-admin.php:335

bp_invites_js_bulk_admin_footer()

Javascript popup to confirm bulk revoke invitations.

Source: bp-invites/bp-invites-admin.php:385

bp_invites_kses_allowed_tags()

Allows html within the invite email content.

Source: bp-invites/actions/invites.php:305

bp_invites_member_invite_activate_user()

Mark the invited user as registered.

Source: bp-invites/bp-invites-functions.php:460

bp_invites_member_invite_filter_content()

Changes the content based on the user type.

Source: bp-invites/actions/invites.php:214

bp_invites_member_invite_filter_content_plaintext()

Changes the content based on the user type.

Source: bp-invites/actions/invites.php:243

bp_invites_member_invite_filter_subject()

Changes the subject based on the user typed.

Source: bp-invites/actions/invites.php:195

bp_invites_member_invite_get_invitations_by_invited_email()

Get all the invited records for a member by email.

Source: bp-invites/bp-invites-functions.php:280

bp_invites_member_invite_invitation_page()

Check if the current page is ‘accept-invitation’?

Source: bp-invites/bp-invites-functions.php:103

bp_invites_member_invite_mark_register_user()

Mark the invited user as registered via custom URL.

Source: bp-invites/bp-invites-functions.php:539

bp_invites_member_invite_register_screen_message()

Checks if the email is connected to an active invite, populates the email address and shows the welcome message on the register page.

Source: bp-invites/bp-invites-functions.php:181

bp_invites_member_invite_remove_registration_lock()

Allows invited users to register even if registration is disabled.

Source: bp-invites/bp-invites-functions.php:118

bp_invites_member_invite_set_email_avatar()

Passes the invite user avatar.

Source: bp-invites/actions/invites.php:267

bp_invites_member_invite_set_email_user_name()

Passes the invite user name.

Source: bp-invites/actions/invites.php:286

bp_invites_remove_bulk_actions()

Remove the bulk actions of bp-invite post type.

Source: bp-invites/bp-invites-admin.php:290

bp_invites_root_slug()

Output the invites component root slug.

Source: bp-invites/bp-invites-template.php:44

bp_invites_screen_send_invite()

Handle the loading of the Invites > Sent Invites page.

Source: bp-invites/screens/send-invites.php:14

bp_invites_screen_sent_invite()

Handle the loading of a user’s Invites > Invite by Email page.

Source: bp-invites/screens/sent-invites.php:16

bp_invites_send_invite_screen()

Output members’s Invites > Sent Invite page.

Source: bp-invites/screens/send-invites.php:38