bp_nouveau_group_invites_interface()
Load the Group Invites UI.
Return Return
(string) HTML Output.
Source Source
File: bp-templates/bp-nouveau/includes/groups/template-tags.php
function bp_nouveau_group_invites_interface() { /** * Fires before the send invites content. * * @since 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 1.2.0 */ do_action( 'bp_after_group_send_invites_content' ); }
Expand full source code Collapse full source code View on Trac
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |