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
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
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.