Functions |
Description |
---|---|
bp_users_admin_profile_types_listing_add_users_tab() |
Added Navigation tab on top of the page BuddyBoss > Group Types |
bp_users_filter_activity_following_scope() |
Set up activity arguments for use with the ‘following’ scope. |
bp_verify_nonce_request() |
Makes sure the user requested an action from another page on this site. |
bp_version() |
Output the BuddyPress version. |
bp_version_bump() |
Update the BP version stored in the database to the current version. |
bp_version_updater() |
Initialize an update or installation of BuddyPress. |
bp_view_profile_repeaters_print_group_html_end() |
Close wrapper of repeater set – on edit profile screen |
bp_view_profile_repeaters_print_group_html_start() |
Open wrapper of repeater set – on View profile screen |
bp_widgets_init() |
Fire ‘bp_widgets_init’, which runs after widgets have been set up. |
bp_word_or_name() |
Select between two dynamic strings, according to context. |
bp_wp_admin_bar_my_account_menu() |
Add the “My Account” submenu items. |
bp_xprofile_action_settings() |
Handles the saving of xprofile field visibilities. |
bp_xprofile_add_meta() |
Add a piece of xprofile metadata. |
bp_xprofile_add_xprofile_query_to_user_query() |
Parse ‘xprofile_query’ argument passed to BP_User_Query. |
bp_xprofile_adjust_author_display_name() |
Change member display_name for author. |
bp_xprofile_adjust_current_user_display_name() |
Change member display_name for current_user. |
bp_xprofile_adjust_display_name() |
Change member display_name for user_metadata. |
bp_xprofile_adjust_display_user_display_name() |
Change display_name for core_userdata. |
bp_xprofile_admin_form_field_types() |
|
bp_xprofile_ajax_add_repeater_set() |
Adds a repeater set. |
bp_xprofile_always_active() |
Prevent extended profile fields from being deactivated. |
bp_xprofile_base_group_id() |
Get the group id of the base name field |
bp_xprofile_bp_user_query_search() |
When search_terms are passed to BP_User_Query, search against xprofile fields. |
bp_xprofile_clear_field_cache() |
Clear a field’s caches. |
bp_xprofile_clear_member_type_cache() |
Clears member_type cache when a field’s profile types are updated. |
bp_xprofile_create_field_type() |
Creates the specified field type object; used for validation and templating. |
bp_xprofile_delete_meta() |
Delete a piece of xprofile metadata. |
bp_xprofile_delete_profile_completion_transient() |
Function trigger when profile updated. Profile field added/updated/deleted. |
bp_xprofile_delete_profile_completion_user_transient() |
Function trigger when profile updated. Profile field added/updated/deleted. |
bp_xprofile_escape_field_data() |
Escape field value for display. |
bp_xprofile_exclude_display_name_profile_fields() |
Removed Display setting field form profile if is disabled on setting page. |
bp_xprofile_filter_meta_query() |
Filter meta queries to modify for the xprofile data schema. |
bp_xprofile_filter_user_query_populate_extras() |
Filter BP_User_Query::populate_extras to override each queries users fullname. |
bp_xprofile_firstname_field_id() |
Get the field id of the first name field |
bp_xprofile_format_activity_action_new_avatar() |
Format ‘new_avatar’ activity actions. |
bp_xprofile_format_activity_action_new_member() |
Format ‘new_member’ activity actions. |
bp_xprofile_format_activity_action_updated_profile() |
Format ‘updated_profile’ activity actions. |
bp_xprofile_fullname_field_id() |
Return the field ID for the Full Name xprofile field. |
bp_xprofile_fullname_field_name() |
Return the field name for the Full Name xprofile field. |
bp_xprofile_get_field_types() |
Get details of all xprofile field types. |
bp_xprofile_get_fields_by_visibility_levels() |
Fetch an array of the xprofile fields that a given user has marked with certain visibility levels. |
bp_xprofile_get_groups() |
Fetch a set of field groups, populated with fields and field data. |
bp_xprofile_get_hidden_field_types_for_user() |
Get the visibility levels that should be hidden for this user pair. |
bp_xprofile_get_hidden_fields_for_user() |
Get the ids of fields that are hidden for this displayed/loggedin user pair. |
bp_xprofile_get_member_display_name() |
Get the display_name for member based on user_id |
bp_xprofile_get_meta() |
Get a piece of xprofile metadata. |
bp_xprofile_get_non_cached_field_ids() |
Determine which xprofile fields do not have cached values for a user. |
bp_xprofile_get_profile_completion_transient_name() |
Return Transient name using logged in User ID. |
bp_xprofile_get_selected_options_user_progress() |
Function will return the user progress based on the settings you provided. |
bp_xprofile_get_settings_fields() |
Query all profile fields and their visibility data for display in settings. |