@since: BuddyPress 1.0.0 |
Description |
---|---|
bp_get_group_name |
Filters the name of the current group in the loop. |
bp_group_type() |
Output the type of the current group in the loop. |
bp_get_group_type() |
Get the type of the current group in the loop. |
bp_get_group_type |
Filters the type for the current group in the loop. |
bp_get_group_status |
Filters the status of the current group in the loop. |
bp_has_groups() |
Start the Groups Template Loop. |
bp_groups() |
Check whether there are more groups to iterate over. |
bp_the_group() |
Set up the current group inside the loop. |
bp_group_is_visible() |
Is the group accessible to the currently logged-in user? Despite the name of the function, it has historically checked whether a user has access to a group. |
bp_group_id() |
Output the ID of the current group in the loop. |