Hooks |
Description |
---|---|
bp_profile_field_buttons |
Fires and displays the profile field buttons. |
bp_profile_get_field_groups |
Filters all profile field groups. |
bp_profile_get_visibility_radio_buttons |
Filters the radio buttons for setting visibility. |
bp_profile_has_multiple_groups |
Filters if there is more than one group of fields for the profile being edited. |
bp_profile_header_meta |
Fires after the group header actions section. |
bp_profile_layout_default_format |
Filters profile layout format. |
bp_profile_search_main_form |
Filter the XProfile fields `get_items` permissions check. |
bp_profile_settings_visibility_select |
Filters the dropdown list for setting visibility. |
bp_ps_search_results |
BP REST: BP_REST_Members_Endpoint class |
bp_ready |
Fires inside the ‘bp_ready’ function, which runs after BP is set up and the page is about to render. |
bp_recipients_recipient_get_join_sql |
Filters the From SQL statement. |
bp_recipients_recipient_get_orderby |
Filters the converted ‘orderby’ term. |
bp_recipients_recipient_get_paged_sql |
Filters the pagination SQL statement. |
bp_recipients_recipient_get_total_sql |
Filters the SQL used to retrieve total message results. |
bp_recipients_recipient_get_where_conditions |
Filters the Where SQL statement. |
bp_register_activity_actions |
Fires on bp_init to allow core components and dependent plugins to register activity actions. |
bp_register_admin_integrations |
Fires inside the bp_register_admin_integrations function. |
bp_register_admin_settings |
Fires inside the bp_register_admin_settings function. |
bp_register_admin_style |
Fires inside the bp_register_admin_style function. |
bp_register_confirm_email |
Filters whether or not display email confirmation field in registrations. |
bp_register_confirm_password |
Filters whether or not display password confirmation field in registrations. |
bp_register_email_post_type |
Used to determine if user has admin rights on current content. If the logged in user is viewing their own profile and wants to delete something, is_item_admin is used. This is a generic variable so it can be used by other components. It can also be modified, so when viewing a group ‘is_item_admin’ would be ‘true’ if they are a group admin, and ‘false’ if they are not. |
bp_register_importers |
Fires inside the bp_register_importers function. |
bp_register_member_types |
Fires inside bp_register_member_types(), so plugins can register profile types. |
bp_register_post_types |
Fires inside the ‘bp_register_post_types’ function, where plugins should register post types. |
bp_register_taxonomies |
Fires inside the ‘bp_register_taxonomies’ function, where plugins should register taxonomies. |
bp_register_theme_directory |
Fires inside the ‘bp_register_theme_directory’ function. |
bp_register_theme_packages |
Fires inside the ‘bp_register_theme_packages’ function. |
bp_register_widgets |
Fires inside the ‘bp_register_widgets’ function, where plugins should register widgets. |
bp_registered_member_type |
Fires after a profile type is registered. |
bp_registration_needs_activation |
Filters whether registrations require activation on this installation. |
bp_remove_caps |
Fires after the removal of capabilities from WordPress user roles. |
bp_remove_follow_data |
Actions to perform after follow data is removed for user |
bp_remove_member_type |
Fires just after a user’s profile type has been removed. |
bp_remove_object_terms |
Fires when taxonomy terms have been removed from BuddyPress objects. |
bp_repair_list |
Filters the array of the repair list. |
bp_replace_the_content |
Filters the content to replace in the post. |
bp_request |
Filters the query_vars for the current request. |
bp_required_components |
Filters the required components. |
bp_rest_account_setting_fields |
BP REST: BP_REST_Account_Settings_Options_Endpoint class |
bp_rest_account_setting_prepare_value |
Filter a notification value returned from the API. |
bp_rest_account_settings_collection_params |
Filters the collection query params. |
bp_rest_account_settings_get_items |
Fires after account settings are fetched via the REST API. |
bp_rest_account_settings_get_items_permissions_check |
Filter the account settings `get_items` permissions check. |
bp_rest_account_settings_options_collection_params |
Filters the collection query params. |
bp_rest_account_settings_options_get_item |
Fires after account setting options are fetched via the REST API. |
bp_rest_account_settings_options_get_item_permissions_check |
Filter the account settings options `get_item` permissions check. |
bp_rest_account_settings_options_schema |
Filters the Account Settings schema. |
bp_rest_account_settings_options_update_item |
Fires after account setting options are updated via the REST API. |
bp_rest_account_settings_options_update_item_permissions_check |
Filter the account settings options `update_item` permissions check. |