Functions
Description
bp_is_user_blogs()

Is the current page part of a user’s Blogs page?

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

bp_is_user_change_avatar()

Is the current page part of a user’s profile avatar editing section?

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

bp_is_user_change_cover_image()

Is the current page the a user’s change cover photo profile page?

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

bp_is_user_deleted()

Check whether a user has been marked as deleted.

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

bp_is_user_document()

Is this a user’s document page?

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

bp_is_user_folders()

Is the current page a user’s folder page?

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

bp_is_user_forums()

Is this a user’s forums page?

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

bp_is_user_friend_requests()

Is the current page a user’s Connection Requests page?

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

bp_is_user_friends()

Is the current page a user’s Connections page?

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

bp_is_user_friends_activity()

Is the current page a user’s Connections activity feed?

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

bp_is_user_front()

Is the current page a user custom front page?

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

bp_is_user_groups()

Is the current page part of a user’s Groups page?

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

bp_is_user_groups_activity()

Is the current page a user’s Groups activity feed?

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

bp_is_user_groups_invites()

Is the current page part of a user’s Groups invite page?

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

bp_is_user_inactive()

Check whether user is not active.

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

bp_is_user_invites()

Is this a user’s send invites page?

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

bp_is_user_invites_send_invites()

Is this a user’s send invites?

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

bp_is_user_media()

Is this a user’s media page?

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

bp_is_user_messages()

Is the current page part of a user’s Messages pages?

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

bp_is_user_mutual_friends()

Is the current page a user’s Mutual Connections page?

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

bp_is_user_notifications()

Is this a user’s notifications page?

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

bp_is_user_profile()

Is the current page part of a user’s extended profile?

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

bp_is_user_profile_edit()

Is the current page part of a user’s profile editing section?

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

bp_is_user_recent_commments()

Is the current page a user’s Recent Blog Comments page?

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

bp_is_user_recent_posts()

Is the current page a user’s Recent Blog Posts page?

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

bp_is_user_settings()

Is this a user’s settings page?

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

bp_is_user_settings_account_delete()

Is this a user’s Account Deletion page?

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

bp_is_user_settings_general()

Is this a user’s General Settings page?

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

bp_is_user_settings_notifications()

Is this a user’s Notification Settings page?

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

bp_is_user_settings_profile()

Is this a user’s profile settings?

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

bp_is_user_spammer()

Check whether a user has been marked as a spammer.

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

bp_is_username_compatibility_mode()

Are we running username compatibility mode?

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

bp_last_activity()

Output the “active [x days ago]” string for a user.

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

bp_last_activity_migrate()

Migrate last_activity data from the usermeta table to the activity table.

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

bp_late_include()

Fire the ‘bp_late_include’ action for loading conditional files.

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

bp_ld_popup_register_redirect()

Do not redirect to user on register page if user doing registration on LD Popup.

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

bp_ld_sync()

Return specified BuddyBoss LearnDash sync component.

Source: bp-integrations/learndash/bp-learndash-functions.php:35

bp_learndash_get_group_courses()

Return array of LearnDash group courses.

Source: bp-integrations/learndash/bp-learndash-functions.php:46

bp_learndash_get_users_certificates()

Function to get list of certificates the user has

Source: bp-integrations/learndash/bp-learndash-functions.php:260

bp_learndash_page_display()

Get the course style view

Source: bp-integrations/learndash/bp-learndash-functions.php:365

bp_learndash_path()

Returns LearnDash path.

Source: bp-integrations/learndash/bp-learndash-functions.php:17

bp_learndash_url()

Returns LearnDash url.

Source: bp-integrations/learndash/bp-learndash-functions.php:26

bp_live_spammer_login_error()

Show a custom error message when a logged-in user is marked as a spammer.

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

bp_load_theme_functions()

Attempt to load a custom BP functions file, similar to each themes functions.php file.

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

bp_loaded()

Fire the ‘bp_loaded’ action, which fires after BP’s core plugin files have been loaded.

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

bp_locate_template()

Retrieve the name of the highest priority template file that exists.

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

bp_locate_template_asset()

Get file data of the highest priority asset that exists.

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

bp_log_out_link()

Generate a link to log out. Last used in BP 1.2-beta. You should be using wp_logout_url().

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

bp_loggedin_user_avatar()

Output the logged-in user’s avatar.

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

bp_loggedin_user_domain()

Generate the link for the logged-in user’s profile.

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