Functions |
Description |
|---|---|
| bp_get_group_member_count() |
Generate the “x members” count string for a group. |
| bp_get_group_member_demote_link() |
Generate a URL for demoting a user to member. |
| bp_get_group_member_domain() |
Get the current group member profile url in the loop. |
| bp_get_group_member_id() |
Get the current group member id in the loop. |
| bp_get_group_member_is_banned() |
Check if current group member is banned. |
| bp_get_group_member_is_friend() |
Get connection status between current member and displayed member in group (pending/connected/not connected). |
| bp_get_group_member_joined_since() |
Return the joined date for the current member in the group member loop. |
| bp_get_group_member_link() |
Get the anchor tag of the group member profile url with link of displayed name. |
| bp_get_group_member_name() |
Get the group member displayed name. |
| bp_get_group_member_pagination() |
Get HTML group member pagination. |
| bp_get_group_member_pagination_count() |
Get total number of group member pages and total number of group members. |
| bp_get_group_member_promote_admin_link() |
Generate a URL for promoting a user to admin. |
| bp_get_group_member_promote_mod_link() |
Generate a URL for promoting a user to moderator. |
| bp_get_group_member_remove_link() |
Generate a URL for removing a member from a group. |
| bp_get_group_member_section_title() |
Return the group member section header while in the groups members loop. |
| bp_get_group_member_unban_link() |
Generate a URL for unbanning a member from a group. |
| bp_get_group_name() |
Get the name of the current group in the loop. |
| bp_get_group_new_topic_button() |
Return a ‘New Topic’ button for a group. |
| bp_get_group_pag_id() |
Get the current page id in the loop. |
| bp_get_group_permalink() |
Return the permalink for the current group in the loop. |
| bp_get_group_public_status() |
Return the status of the current group in the loop. |
| bp_get_group_reject_invite_link() |
Generate the URL for rejecting an invitation to a group. |
| bp_get_group_request_accept_link() |
Get the accept group membership link. |
| bp_get_group_request_reject_link() |
Get the reject group membership link. |
| bp_get_group_request_user_link() |
Get the anchor tag with profile link of the member who requested group membership. |
| bp_get_group_requests_pagination_count() |
Get pagination count text for group membership requests. |
| bp_get_group_requests_pagination_links() |
Get pagination links for group membership requests. |
| bp_get_group_send_invite_form_action() |
Output the ‘action’ attribute for a group send invite form. |
| bp_get_group_slug() |
Return the slug for the current group in the loop. |
| bp_get_group_status() |
Get the status of the current group in the loop. |
| bp_get_group_status_description() |
Get the status description of the current group in the loop. |
| bp_get_group_total_for_member() |
Get the group count for the displayed user. |
| bp_get_group_total_members() |
Get the total member count for a group. |
| bp_get_group_type() |
Get the type of the current group in the loop. |
| bp_get_group_type_directory_link() |
Return group type directory link. |
| bp_get_group_type_directory_permalink() |
Return group type directory permalink. |
| bp_get_group_type_key() |
Return group type key. |
| bp_get_group_type_list() |
Return a comma-delimited list of group types. |
| bp_get_group_type_post_id() |
Gets the post id of particular group type. |
| bp_get_group_type_post_type() |
Returns the name of the group type post type. |
| bp_get_group_type_post_type_labels() |
Return labels used by the group type post type. |
| bp_get_group_type_post_type_supports() |
Return array of features that the group type post type supports. |
| bp_get_groups_action_link() |
Get a URL for a group component action. |
| bp_get_groups_current_create_step() |
Returns the current group creation step. If none is found, returns an empty string. |
| bp_get_groups_directory_permalink() |
Return group directory permalink. |
| bp_get_groups_group_type_base() |
Get the group type base slug. |
| bp_get_groups_of_removed_group_types() |
Get groups removed from group type. |
| bp_get_groups_pagination_count() |
Generate the “Viewing x-y of z groups” pagination message. |
| bp_get_groups_pagination_links() |
Get the pagination HTML for a group loop. |
| bp_get_groups_root_slug() |
Return the groups component root slug. |