Functions |
Description |
---|---|
bp_is_user_blogs() |
Is the current page part of a user’s Blogs page? |
bp_is_user_change_avatar() |
Is the current page part of a user’s profile avatar editing section? |
bp_is_user_change_cover_image() |
Is the current page the a user’s change cover photo profile page? |
bp_is_user_deleted() |
Check whether a user has been marked as deleted. |
bp_is_user_document() |
Is this a user’s document page? |
bp_is_user_folders() |
Is the current page a user’s folder page? |
bp_is_user_forums() |
Is this a user’s forums page? |
bp_is_user_friend_requests() |
Is the current page a user’s Connection Requests page? |
bp_is_user_friends() |
Is the current page a user’s Connections page? |
bp_is_user_friends_activity() |
Is the current page a user’s Connections activity feed? |
bp_is_user_front() |
Is the current page a user custom front page? |
bp_is_user_groups() |
Is the current page part of a user’s Groups page? |
bp_is_user_groups_activity() |
Is the current page a user’s Groups activity feed? |
bp_is_user_groups_invites() |
Is the current page part of a user’s Groups invite page? |
bp_is_user_inactive() |
Check whether user is not active. |
bp_is_user_invites() |
Is this a user’s send invites page? |
bp_is_user_invites_send_invites() |
Is this a user’s send invites? |
bp_is_user_media() |
Is this a user’s media page? |
bp_is_user_messages() |
Is the current page part of a user’s Messages pages? |
bp_is_user_mutual_friends() |
Is the current page a user’s Mutual Connections page? |
bp_is_user_notifications() |
Is this a user’s notifications page? |
bp_is_user_profile() |
Is the current page part of a user’s extended profile? |
bp_is_user_profile_edit() |
Is the current page part of a user’s profile editing section? |
bp_is_user_recent_commments() |
Is the current page a user’s Recent Blog Comments page? |
bp_is_user_recent_posts() |
Is the current page a user’s Recent Blog Posts page? |
bp_is_user_settings() |
Is this a user’s settings page? |
bp_is_user_settings_account_delete() |
Is this a user’s Account Deletion page? |
bp_is_user_settings_general() |
Is this a user’s General Settings page? |
bp_is_user_settings_notifications() |
Is this a user’s Notification Settings page? |
bp_is_user_settings_profile() |
Is this a user’s profile settings? |
bp_is_user_spammer() |
Check whether a user has been marked as a spammer. |
bp_is_username_compatibility_mode() |
Are we running username compatibility mode? |
bp_last_activity() |
Output the “active [x days ago]” string for a user. |
bp_last_activity_migrate() |
Migrate last_activity data from the usermeta table to the activity table. |
bp_late_include() |
Fire the ‘bp_late_include’ action for loading conditional files. |
bp_ld_popup_register_redirect() |
Do not redirect to user on register page if user doing registration on LD Popup. |
bp_ld_sync() |
Return specified BuddyBoss LearnDash sync component. |
bp_learndash_get_group_courses() |
Return array of LearnDash group courses. |
bp_learndash_get_users_certificates() |
Function to get list of certificates the user has |
bp_learndash_page_display() |
Get the course style view |
bp_learndash_path() |
Returns LearnDash path. |
bp_learndash_url() |
Returns LearnDash url. |
bp_live_spammer_login_error() |
Show a custom error message when a logged-in user is marked as a spammer. |
bp_load_theme_functions() |
Attempt to load a custom BP functions file, similar to each themes functions.php file. |
bp_loaded() |
Fire the ‘bp_loaded’ action, which fires after BP’s core plugin files have been loaded. |
bp_locate_template() |
Retrieve the name of the highest priority template file that exists. |
bp_locate_template_asset() |
Get file data of the highest priority asset that exists. |
bp_log_out_link() |
Generate a link to log out. Last used in BP 1.2-beta. You should be using wp_logout_url(). |
bp_loggedin_user_avatar() |
Output the logged-in user’s avatar. |
bp_loggedin_user_domain() |
Generate the link for the logged-in user’s profile. |