Hooks |
Description |
---|---|
bp_user_gravatar_default |
Filters the default user Gravatar. |
bp_user_has_access |
Filters whether or not a user has access. |
bp_user_query_online_interval |
Filters the threshold for activity timestamp minutes since to indicate online status. |
bp_user_query_populate_extras |
Allows users to independently populate custom extras. |
bp_user_query_uid_clauses |
Filters the clauses for the user query. |
bp_verify_nonce_request |
Fires at the end of the nonce verification check. |
bp_verify_nonce_request_url |
Filters the requested URL being nonce-verified. |
bp_walker_nav_menu_start_el |
Filters the final result for the menu item. |
bp_widgets_init |
Fires inside the ‘bp_widgets_init’ function, which runs after widgets have been set up. |
bp_word_or_name |
Filters the text used based on context of own profile or someone else’s profile. |
bp_wp_login_error |
Filters the error message for wp-login.php when needing to log in before accessing. |
bp_wp_user_query_args |
Filters the WP User Query arguments before passing into the class. |
bp_xprofile_{$action}_notification |
Allows plugins to filter extended profile-related custom notifications. |
bp_xprofile_admin_new_field_additional_settings |
Fires at the end of the new field additional settings area. |
bp_xprofile_admin_new_field_additional_settings_gender |
Fires at the end of the new field additional settings area. |
bp_xprofile_admin_new_field_additional_settings_social_networks |
Fires at the end of the new field additional settings area. |
bp_xprofile_date_field_date_formats |
Filters the available date formats for XProfile date fields. |
bp_xprofile_default_visibility_level |
Filters the XProfile default visibility level for a field. |
bp_xprofile_field_edit_html_elements |
Filters the edit html elements and attributes. |
bp_xprofile_field_get_children |
Filters the found children for a field. |
bp_xprofile_field_member_types |
Filters the profile types to which an XProfile object should be applied. |
bp_xprofile_field_set_member_type |
Fires after a field’s profile types have been updated. |
bp_xprofile_field_type |
Fires inside __construct() method for BP_XProfile_Field_Type class. |
bp_xprofile_field_type_checkbox |
Fires inside __construct() method for BP_XProfile_Field_Type_Checkbox class. |
bp_xprofile_field_type_datebox |
Fires inside __construct() method for BP_XProfile_Field_Type_Datebox class. |
bp_xprofile_field_type_is_valid |
Filters whether or not field type is a valid format. |
bp_xprofile_field_type_multiselectbox |
Fires inside __construct() method for BP_XProfile_Field_Type_Multiselectbox class. |
bp_xprofile_field_type_number |
Fires inside __construct() method for BP_XProfile_Field_Type_Number class. |
bp_xprofile_field_type_radiobutton |
Fires inside __construct() method for BP_XProfile_Field_Type_Radiobutton class. |
bp_xprofile_field_type_select_member_type_post_type |
Fires inside __construct() method for BP_XProfile_Field_Type_Member_Types class. |
bp_xprofile_field_type_selectbox |
Fires inside __construct() method for BP_XProfile_Field_Type_Selectbox class. |
bp_xprofile_field_type_selectbox_gender |
Fires inside __construct() method for BP_XProfile_Field_Type_Gender class. |
bp_xprofile_field_type_selectbox_social_networks |
Fires inside __construct() method for BP_XProfile_Field_Type_Social_Networks class. |
bp_xprofile_field_type_set_format |
Filters the regex format for the field type. |
bp_xprofile_field_type_set_whitelist_values |
Filters values for field type’s whitelist that profile data will be asserted against. |
bp_xprofile_field_type_telephone |
Fires inside __construct() method for BP_XProfile_Field_Type_Telephone class. |
bp_xprofile_field_type_textarea |
Fires inside __construct() method for BP_XProfile_Field_Type_Textarea class. |
bp_xprofile_field_type_textarea_editor_args |
Filters the arguments passed to `wp_editor()` in richtext xprofile fields. |
bp_xprofile_field_type_textbox |
Fires inside __construct() method for BP_XProfile_Field_Type_Textbox class. |
bp_xprofile_field_type_url |
Fires inside __construct() method for BP_XProfile_Field_Type_URL class. |
bp_xprofile_format_activity_action_new_avatar |
Filters the formatted ‘new_avatar’ activity feed action. |
bp_xprofile_format_activity_action_updated_profile |
Filters the formatted ‘updated_profile’ activity feed action. |
bp_xprofile_fullname_field_name |
Filters the field name for the Full Name xprofile field. |
bp_xprofile_get_field_types |
Filters the list of all xprofile field types. |
bp_xprofile_get_groups |
Filters a set of field groups, populated with fields and field data. |
bp_xprofile_get_groups_repeater_show_main_fields_only |
For repeaters, automatically set the parameter value to determine if we should display only the template fields or only the clone fields |
bp_xprofile_get_hidden_field_types_for_user |
Filters the visibility levels that should be hidden for this user pair. |
bp_xprofile_get_hidden_fields_for_user |
Filters the ids of fields that are hidden for this displayed/loggedin user pair. |
bp_xprofile_get_meta_sql |
Filter the meta query’s generated SQL. |
bp_xprofile_get_selected_options_user_progress |
Filters will return the user progress based on the settings you provided. |