Hooks |
Description |
---|---|
bp_group_membership_requests_admin_item_action |
Fires inside the list of membership request actions. |
bp_group_mod_ids |
Filters a list of user IDs for a group’s moderators. |
bp_group_request_comment |
Filters the membership request comment left by user. |
bp_group_request_time_since_requested |
Filters the formatted time since membership was requested. |
bp_group_request_user_avatar_thumb |
Filters the requesting user’s avatar thumbnail. |
bp_group_send_invite_form_action |
Filters the ‘action’ attribute for a group send invite form. |
bp_group_status_message |
Filters a message if the group is not visible to the current user. |
bp_group_type_illegal_names |
Filters the list of illegal group type names. |
bp_group_type_post_type |
Filters the post type slug for the group type component. |
bp_group_user_has_access |
Allow plugins to filter whether the current user has access to this group content. |
bp_group_widget_user_id |
Filters the user ID to use with the widget instance. |
bp_groups_{$action}_notification |
Filters plugin-added group-related custom component_actions. |
bp_groups_{$amount}_ |
Filters single group invitation notification for non-string format. |
bp_groups_admin_comment_row_actions |
Filters the actions that will be shown for the column content. |
bp_groups_admin_edit |
Fires before the display of the edit form. |
bp_groups_admin_get_group_custom_column |
Filters a string to allow plugins to add custom column content. |
bp_groups_admin_get_group_last_active |
Filters the markup for the Last Active column. |
bp_groups_admin_get_group_member_count |
Filters the markup for the number of Members column. |
bp_groups_admin_get_group_status |
Filters the markup for the Status column. |
bp_groups_admin_get_group_type_column |
Filters the markup for the Group Type column. |
bp_groups_admin_index |
Fires before the display of messages for the edit form. |
bp_groups_admin_load |
Fires at top of groups admin page. |
bp_groups_admin_manage_member_row |
Fires after the listing of a single row for members in a group on the group edit screen. |
bp_groups_admin_members_type_per_page |
Filters the number of members per profile type that is displayed in group editing admin area. |
bp_groups_admin_meta_boxes |
Fires after the registration of all of the default group meta boxes. |
bp_groups_admin_row_class |
Filters the classes applied to a single row in the groups list table. |
bp_groups_auto_join |
Filters whether groups auto-join is enabled. |
bp_groups_current_group_class |
Filters the current PHP Class being used. |
bp_groups_current_group_object |
Filters the current group object being instantiated from previous filter. |
bp_groups_default_extension |
Filters the default groups extension. |
bp_groups_delete_group |
Fires before the deletion of a group. |
bp_groups_directory_group_types |
Fires inside the groups directory group types. |
bp_groups_filter_kses |
Filters the HTML elements allowed for a given context. |
bp_groups_format_activity_action_activity_update |
Filters the groups ‘activity_update’ activity actions. |
bp_groups_format_activity_action_joined_group |
Filters the ‘group_details_updated’ activity actions. |
bp_groups_get_front_template |
Filters the hierarchy of group front templates corresponding to a specific group. |
bp_groups_get_group_type |
Filters a groups’s group type(s). |
bp_groups_get_group_type_post_type |
Filters the name of the group type post type. |
bp_groups_get_group_type_post_type_labels |
Filters group type post type labels. |
bp_groups_get_group_type_post_type_supports |
Filters the features that the group type post type supports. |
bp_groups_get_group_types |
Filters the array of group type objects. |
bp_groups_get_invite_messsage_for_user |
Filters will give you the invitation text. |
bp_groups_get_orderby |
Filters the ‘type’ parameter used to overwrite ‘order’ and ‘orderby’ values. |
bp_groups_get_orderby_converted_by_term |
Filters the converted ‘orderby’ term. |
bp_groups_get_paged_groups_sql |
Filters the pagination SQL statement. |
bp_groups_get_profile_stats |
Filters the number of groups in user’s profile. |
bp_groups_get_total_groups_sql |
Filters the SQL used to retrieve total group results. |
bp_groups_group_type_base |
Filters the group type URL base. |
bp_groups_group_type_post_type |
Filters the post type slug for the group type component. |
bp_groups_list_table_after_bulk_actions |
Fires just after the bulk action controls in the WP Admin groups list table. |