Functions |
Description |
|---|---|
| bp_core_time_since() |
Get an English-language representation of the time elapsed since a given date. |
| bp_core_tools_settings_admin_tabs() |
Output the settings tabs in the admin area. |
| bp_core_ucfirst() |
Multibyte-safe ucfirst() support. |
| bp_core_uninstall() |
Uninstall forums if $uninstalled_components[‘forums’] is not empty. |
| bp_core_uninstall_discussion_forums() |
Run the bbpress deactivation. |
| bp_core_unset_bbpress_buddypress_active() |
Action for removing the spoofing of BuddyPress and bbPress. |
| bp_core_unset_bbpress_buddypress_active_all_plugins() |
Remove the BuddyPress and bbPress Spoofing |
| bp_core_update_activity_favorites() |
Update activity favorites data |
| bp_core_update_directory_page_ids() |
Store the list of BP directory pages in the appropriate meta table. |
| bp_core_update_group_fields_id_in_db() |
On BuddyPress update |
| bp_core_updated_flname_memberpress_buddypress() |
Add User meta as first and last name is update by BuddyBoss Platform itself |
| bp_core_upgrade_signups() |
Update the signups table, adding `signup_id` column and drop `domain` index. |
| bp_core_upload_max_size() |
Return the file upload max size in bytes. |
| bp_core_validate_blog_signup() |
Validate blog URL and title provided at signup. |
| bp_core_validate_email_address() |
Check that an email address is valid for use. |
| bp_core_validate_user_signup() |
Validate a user name and email address when creating a new user. |
| bp_core_wpml_fix_get_root_domain() |
Fix for url with wpml |
| bp_core_wpsignup_redirect() |
Redirect away from wp-signup.php if BP registration templates are present. |
| bp_core_xprofile_clear_all_user_progress_cache() |
Function trigger when admin make an profile field or settings changes on backend. |
| bp_core_xprofile_update_profile_completion_user_progress() |
Function trigger when profile updated. Profile field added/updated/deleted. |
| bp_create_blog_link() |
Output a “Create a Site” link for users viewing their own profiles. |
| bp_create_excerpt() |
Truncate text. |
| bp_current_action() |
Return the name of the current action. |
| bp_current_component() |
Return the name of the current component. |
| bp_current_group_description() |
Echoes the output of bp_get_current_group_description(). |
| bp_current_group_directory_type_message() |
Echo the current group type message. |
| bp_current_group_id() |
Echoes the output of bp_get_current_group_id(). |
| bp_current_group_name() |
Echoes the output of bp_get_current_group_name(). |
| bp_current_group_slug() |
Echoes the output of bp_get_current_group_slug(). |
| bp_current_item() |
Return the name of the current item. |
| bp_current_member_switched() |
Returns whether or not the current user switched into their account. |
| bp_current_member_type_message() |
Echo the current profile type message. |
| bp_current_profile_group_id() |
Display the current profile group ID. |
| bp_current_signup_step() |
Output the current signup step. |
| bp_current_user_can() |
Check whether the current user has a given capability. |
| bp_current_user_id() |
Alias of {@link bp_displayed_user_id()}. |
| bp_custom_display_name_format() |
Get the display_name for member based on user_id |
| bp_custom_group_admin_tabs() |
Do action ‘groups_custom_group_admin_tabs’ |
| bp_custom_group_boxes() |
Do action ‘groups_custom_group_boxes’ |
| bp_custom_group_fields() |
Do action ‘groups_custom_group_fields’ |
| bp_custom_group_fields_editable() |
Do action ‘groups_custom_group_fields_editable’ |
| bp_custom_pages_do_settings_fields() |
Print out the settings fields for a particular settings section |
| bp_custom_pages_do_settings_sections() |
Output custom pages admin settings. |
| bp_custom_profile_boxes() |
Fire the ‘bp_custom_profile_boxes’ action. |
| bp_custom_profile_sidebar_boxes() |
Fire the ‘bp_custom_profile_sidebar_boxes’ action. |
| bp_custom_register_page_url() |
Register page URL. |
| bp_customize_register() |
Fire the ‘bp_customize_register’ action when the Customizer has loaded, allowing scripts and styles to be initialized. |
| bp_customizer_nav_menus_get_items() |
Populate BuddyPress user nav items for the customizer. |
| bp_customizer_nav_menus_set_item_types() |
Set BuddyPress item navs for the customizer. |
| bp_db_document_privacy() |