@since: BuddyPress 2.6.0 |
Description |
---|---|
bp_groups_register_group_types |
Fires when it’s appropriate to register group types. |
bp_groups_register_group_type() |
Register a group type. |
bp_group_type_illegal_names |
Filters the list of illegal group type names. |
bp_groups_register_group_type |
Fires after a group type is registered. |
bp_groups_get_group_types() |
Get a list of all registered group type objects. |
groups_is_user_invited() |
Check whether a user has an outstanding invitation to a group. |
groups_is_user_pending() |
Check whether a user has a pending membership request for a group. |
bp_get_user_groups() |
Get a list of groups of which the specified user is a member. |
groups_clear_group_type_cache() |
Clear the group type cache for a group. |
bp_groups_clear_user_group_cache_on_membership_save() |
Clear caches on membership save. |