Hooks |
Description |
---|---|
bp_members_admin_update_user |
Fires at end of user profile admin load if doaction does not match any available actions. |
bp_members_admin_user_metaboxes |
Fires at the end of the Community Profile screen. |
bp_members_admin_user_stats |
Fires in the user stats metabox if the user has activated their account. |
bp_members_admin_xprofile_metabox |
Fires before loading the profile fields if component is active. |
bp_members_directory_member_sub_types |
Fires at the end of the group members search unordered list. |
bp_members_edit_profile_url |
Filters the user profile URL to point to BuddyPress profile edit. |
bp_members_format_activity_action_new_member |
Filters the formatted ‘new member’ activity actions. |
bp_members_get_user_nicename |
Filters the user_nicename based on originally provided user ID. |
bp_members_member_type_base |
Filters the profile type URL base. |
bp_members_ms_signup_columns |
Filters the multisite Members signup columns. |
bp_members_ms_signup_custom_column |
Filters the multisite custom columns for plugins. |
bp_members_ms_signup_row_actions |
Filters the multisite row actions for each user in list. |
bp_members_pagination_count |
Filters the members pagination count. |
bp_members_register_activity_actions |
Fires after the default ‘new member’ activity types are registered. |
bp_members_screen_display_profile |
Filters the template to load for the Member profile page screen. |
bp_members_screen_index |
Filters the template to load for the Member directory page screen. |
bp_members_signup_columns |
Filters the single site Members signup columns. |
bp_members_signup_custom_column |
Filters the single site custom columns for plugins. |
bp_members_signup_error_message |
Filters the error message in the loop. |
bp_members_signups_count_query |
Filters the Signups count query. |
bp_members_signups_paged_query |
Filters the Signups paged query. |
bp_members_suggestions_args |
Filters the members suggestions args for the current user. |
bp_members_suggestions_get_suggestions |
Filters the members suggestions results. |
bp_members_suggestions_query_args |
Filters the members suggestions query args. |
bp_members_suggestions_validate_args |
Filters the validation status for the suggestion service query. |
bp_members_widget_separator |
Filters the separator of the member widget links. |
bp_message_activate_deactivate_text |
Filters the “Deactivate” or “Activate” text for notice action links. |
bp_message_search_form |
Filters the private message component search form. |
bp_message_thread_has_unread |
Filters whether or not a message thread has unread items. |
bp_message_thread_to |
Filters the HTML links to the pages of the current thread’s recipients. |
bp_messages_{$action}_notification |
Filters the custom action notification before the notification is created. |
bp_messages_{$amount}_new_message_notification |
Filters the new message notification text before the notification is created. |
bp_messages_allowed_tags |
Filters the allowed HTML tags for BuddyBoss Messages content. |
bp_messages_bulk_management_dropdown |
Action to add additional options to the messages bulk management dropdown. |
bp_messages_get_avatars |
Filters the avatar url array to be applied in message thread. |
bp_messages_is_active_notice |
Filters whether or not the notice is currently active. |
bp_messages_js_template_parts |
Split each js template to its own file. Easier for child theme to overwrite individual parts. |
bp_messages_message_get_join_sql |
Filters the From SQL statement. |
bp_messages_message_get_orderby |
Filters the converted ‘orderby’ term. |
bp_messages_message_get_paged_sql |
Filters the pagination SQL statement. |
bp_messages_message_get_total_sql |
Filters the SQL used to retrieve total message results. |
bp_messages_message_get_where_conditions |
Filters the Where SQL statement. |
bp_messages_message_validated_content |
Filter to validate message content. |
bp_messages_notice_get_join_sql |
Filters the From SQL statement. |
bp_messages_notice_get_orderby |
Filters the converted ‘orderby’ term. |
bp_messages_notice_get_paged_sql |
Filters the pagination SQL statement. |
bp_messages_notice_get_total_sql |
Filters the SQL used to retrieve total group results. |
bp_messages_notice_get_where_conditions |
Filters the Where SQL statement. |
bp_messages_recipient_get_join_sql |
Filters the From SQL statement. |
bp_messages_recipient_get_where_conditions |
Filters the Where SQL statement. |