File: bp-groups/bp-groups-template.php |
Description |
---|---|
bp_group_status() |
Output the status of the current group in the loop. |
bp_group_class() |
Output the row class of the current group in the loop. |
bp_get_group_class() |
Get the row class of the current group in the 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. |
bp_get_group_id() |
Get the ID of the current group in the loop. |
bp_get_group_id |
Filters the ID of the current group in the loop. |
bp_group_type_directory_link() |
Output group type directory link. |