bp_get_group_member_id()

Get the current group member id in the loop.

Description

Return

(mixed|void)

Source

File: bp-groups/bp-groups-template.php

5153
5154
5155
5156
5157
5158
5159
5160
5161
5162
5163
5164
function bp_get_group_member_id() {
    global $members_template;
 
    /**
     * Filters the member's user ID for group members loop.
     *
     * @since BuddyPress 1.0.0
     *
     * @param int $user_id User ID of the member.
     */
    return apply_filters( 'bp_get_group_member_id', $members_template->member->user_id );
}

Changelog

Changelog
Version Description
BuddyPress 1.0.0 Introduced.

Questions?

We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.