bp_nouveau_group_invites_interface()

Load the Group Invites UI.

Description

Return

(string) HTML Output.

Source

File: bp-templates/bp-nouveau/includes/groups/template-tags.php

173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
function bp_nouveau_group_invites_interface() {
    /**
     * Fires before the send invites content.
     *
     * @since BuddyPress 1.1.0
     */
    do_action( 'bp_before_group_send_invites_content' );
 
    bp_get_template_part( 'common/js-templates/invites/index' );
 
    /**
     * Fires after the send invites content.
     *
     * @since BuddyPress 1.2.0
     */
    do_action( 'bp_after_group_send_invites_content' );
}

Changelog

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