Hooks |
Description |
---|---|
bp_groups_list_table_get_bulk_actions |
Filters the list of bulk actions to display on a single group row. |
bp_groups_list_table_get_columns |
Filters the titles for the columns for the groups list table. |
bp_groups_list_table_get_views |
Fires inside listing of views so plugins can add their own. |
bp_groups_member_after_delete |
Fires after a member is removed from a group. |
bp_groups_member_before_delete |
Fires before a group membership is deleted. |
bp_groups_member_before_delete_invite |
Fires before a group invitation is deleted. |
bp_groups_member_suggestions_args |
Filters the arguments used to validate and sanitize suggestion service query. |
bp_groups_member_suggestions_get_suggestions |
Filters the results of the member suggestions user query. |
bp_groups_member_suggestions_query_args |
Filters the arguments for the user query for the Suggestion API. |
bp_groups_member_suggestions_validate_args |
Filters the validation results for the suggestion service query. |
bp_groups_members_order_options |
Fires at the end of the Group members filters select input. |
bp_groups_posted_update |
Fires after posting of an Activity status update affiliated with a group. |
bp_groups_register_group_type |
Fires after a group type is registered. |
bp_groups_register_group_types |
Fires when it’s appropriate to register group types. |
bp_groups_remove_group_type |
Fires just after a group’s group type has been removed. |
bp_groups_sent_invited_email |
Fires after the notification is sent that a member has been invited to a group. |
bp_groups_sent_membership_approved_email |
Fires after the notification is sent that a membership has been approved. |
bp_groups_sent_membership_request_email |
Fires after the notification is sent that a member has requested group membership. |
bp_groups_sent_promoted_email |
Fires after the notification is sent that a member has been promoted. |
bp_groups_sent_updated_email |
Fires after the notification is sent that a group has been updated. |
bp_groups_set_group_type |
Fires just after a group type has been changed. |
bp_groups_user_can_send_invites |
Filters whether a user can send invites in a group. |
bp_groups_widget_separator |
Filters the separator of the group widget links. |
bp_has_activities |
Filters whether or not there are activity items to display. |
bp_has_album |
Filters whether or not there are media albums to display. |
bp_has_blogs |
Filters whether or not there are blogs to list. |
bp_has_document |
Filters whether or not there are document items to display. |
bp_has_folder |
Filters whether or not there are document documents to display. |
bp_has_groups |
Filters whether or not there are groups to iterate over for the groups loop. |
bp_has_media |
Filters whether or not there are media items to display. |
bp_has_members |
Filters whether or not BuddyPress has members to iterate over. |
bp_has_message_threads |
Filters if there are any message threads to display in inbox/sentbox/notices. |
bp_has_notifications |
Filters whether or not the user has notifications to display. |
bp_has_profile |
Filters whether or not a group has a profile to display. |
bp_head |
Fires inside the ‘bp_head’ function, which runs on ‘wp_head’. |
bp_hide_last_name |
Filters whether or not members are able to hide last name field. |
bp_hide_loggedout_adminbar |
Filters whether or not the toolbar is hidden for logged out users. |
bp_hide_meta_boxes |
Filters default hidden metaboxes so plugins can alter list. |
bp_hide_nickname_first_name |
Filters whether or not members are able to hide first name field if in display format nick name selected. |
bp_hide_nickname_last_name |
Filters whether or not members are able to hide last name field if in display format nick name selected. |
bp_include |
Fires inside the ‘bp_include’ function, where plugins should include files. |
bp_include_group_by_context |
Filters whether this group should be included for this user and context combination. |
bp_init |
Member navigation tabs creation start |
bp_init_background_updater |
Fires inside the ‘bp_init_background_updater’ function, where BP updates data. |
bp_inline_cropper_image |
Filters the return value of getimagesize to determine if an image was uploaded. |
bp_insert_activity_meta |
Filters the activity content after activity metadata has been attached. |
bp_integrations |
Filters the included and optional integrations. |
bp_integrations_learndash_field_added |
Action to add additional fields into each learndash setting sections |
bp_invalid_role_selection_extended_profile |
In configs where BuddyPress is not network activated, regular admins cannot mark a user as a spammer on front end. This prevent them to do it in the back end. |
bp_invitation_after_delete |
Fires after an invitation is deleted. |