File: bp-groups/bp-groups-template.php |
Description |
|---|---|
| bp_group_member_pagination() |
Output HTML group member pagination. |
| bp_group_member_css_class() |
Output group member class ‘banned-user’ for banned members. |
| bp_group_member_css_class |
Filters the class to add to the HTML if member is banned. |
| bp_group_member_joined_since() |
Output the joined date for the current member in the group member loop. |
| bp_get_group_member_joined_since() |
Return the joined date for the current member in the group member loop. |
| bp_group_member_is_banned() |
Output if current group member is banned. |
| bp_get_group_member_is_banned() |
Check if current group member is banned. |
| bp_get_group_member_is_banned |
Filters whether the member is banned from the current group. |
| bp_group_member_link() |
Output an anchor tag of the group member profile url with link of displayed name. |
| bp_get_group_member_link() |
Get the anchor tag of the group member profile url with link of displayed name. |