Functions |
Description |
---|---|
bp_groups_clear_invite_message_for_user() |
Clear user’s invite message. |
bp_groups_clear_invite_message_on_uninvite() |
Clear user’s invite message on uninvite. |
bp_groups_clear_user_group_cache_on_invitation_change() |
Clear caches on invitation deletion or update. |
bp_groups_clear_user_group_cache_on_invitation_save() |
Clear caches on saving a group invitation or request. |
bp_groups_clear_user_group_cache_on_membership_save() |
Clear caches on membership save. |
bp_groups_clear_user_group_cache_on_other_events() |
Clear group memberships cache on miscellaneous actions not covered by the ‘after_save’ hook. |
bp_groups_current_create_step() |
Echoes the current group creation step. |
bp_groups_default_avatar() |
Use the mystery group avatar for groups. |
bp_groups_delete_group_cache() |
Bust group caches when editing or deleting. |
bp_groups_delete_group_cache_on_metadata_change() |
Bust group cache when modifying metadata. |
bp_groups_delete_group_delete_all_activity() |
Delete all activity items related to a specific group. |
bp_groups_delete_group_delete_all_notifications() |
Remove all notifications for any member belonging to a specific group. |
bp_groups_delete_promotion_notifications() |
When a demotion takes place, delete any corresponding promotion notifications. |
bp_groups_directory_permalink() |
Output group directory permalink. |
bp_groups_disable_at_mention_forums_notification_for_non_public_groups() |
Disable at-mention forum notifications for users who are not a member of the non-public group. |
bp_groups_disable_at_mention_notification_for_non_public_groups() |
Disable at-mention notifications for users who are not a member of the non-public group where the activity appears. |
bp_groups_exclude_forums_by_group_type_args() |
Exclude Forums from forum loop if any forum is attached to a group and that group have a group type and that group type is hidden from the directory page. |
bp_groups_exclude_forums_topics_by_group_type_args() |
Exclude Forums topic from topic loop if any forum is attached to a group and that group have a group type and that group type is hidden from the directory page. |
bp_groups_exclude_group_type() |
Excludes specific group types from search and listing. |
bp_groups_filter_activity_can_comment() |
Function used to determine if a user can comment on a group activity item. |
bp_groups_filter_activity_can_comment_reply() |
Function used to determine if a user can reply on a group activity comment. |
bp_groups_filter_activity_scope() |
Set up activity arguments for use with the ‘groups’ scope. |
bp_groups_filter_document_scope() |
Set up document arguments for use with the ‘groups’ scope. |
bp_groups_filter_folder_scope() | |
bp_groups_filter_kses() |
Filter output of Group Description through WordPress’s KSES API. |
bp_groups_filter_media_scope() |
Set up media arguments for use with the ‘groups’ scope. |
bp_groups_filter_title() |
Displays group filter titles. |
bp_groups_format_activity_action_activity_update() |
Format groups ‘activity_update’ activity actions. |
bp_groups_format_activity_action_created_group() |
Format ‘created_group’ activity actions. |
bp_groups_format_activity_action_group_details_updated() |
Format ‘group_details_updated’ activity actions. |
bp_groups_format_activity_action_joined_group() |
Format ‘joined_group’ activity actions. |
bp_groups_front_template_part() |
Output the contents of the current group’s home page. |
bp_groups_get_activity_group() |
Get the group object the activity belongs to. |
bp_groups_get_activity_where_conditions() |
Filters the where condition to add private groups posts into user’s feed This filter supports `bp_groups_filter_activity_scope` function because we truncated the scope queries |
bp_groups_get_excluded_group_ids_by_type() |
Get groups removed from group type. |
bp_groups_get_excluded_group_types() |
Get excluded group types. |
bp_groups_get_front_template() |
Locate a custom group front template if it exists. |
bp_groups_get_group_roles() |
Get the Group roles. |
bp_groups_get_group_type() |
Get type for a group. |
bp_groups_get_group_type_object() |
Retrieve a group type object by name. |
bp_groups_get_group_type_post_type() |
Returns the name of the group type post type. |
bp_groups_get_group_type_post_type_labels() |
Return labels used by the group type post type. |
bp_groups_get_group_type_post_type_supports() |
Return array of features that the group type post type supports. |
bp_groups_get_group_types() |
Get a list of all registered group type objects. |
bp_groups_get_invite_messsage_for_user() |
Get user’s invite message. |
bp_groups_get_invited_by() |
Get inviter for member’s group invitation |
bp_groups_get_profile_stats() |
Return the number of groups in user’s profile. |
bp_groups_group_access_protection() |
Protect access to single groups. |
bp_groups_group_admin_menu() |
Add the Group Admin top-level menu when viewing group pages. |
bp_groups_group_details_updated_add_activity() |
Add an activity item when a group’s details are updated. |