bp_get_group_invite_user_link()

Get the group invite member profile link.

Description

Return

(mixed|void)

Source

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

7030
7031
7032
7033
7034
7035
7036
7037
7038
7039
7040
7041
function bp_get_group_invite_user_link() {
    global $invites_template;
 
    /**
     * Filters the group invite user link.
     *
     * @since BuddyPress 1.1.0
     *
     * @param string $value Group invite user link.
     */
    return apply_filters( 'bp_get_group_invite_user_link', bp_core_get_userlink( $invites_template->invite->user->id ) );
}

Changelog

Changelog
Version Description
BuddyPress 1.1.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.