bp_the_members_invitations()
Get the network invitations returned by the template loop.
Return Return
(array) List of network invitations.
Source Source
File: bp-members/bp-members-template.php
function bp_the_members_invitations() { return buddypress()->members->invitations->query_loop->invitations(); }
Expand full source code Collapse full source code View on Trac
Changelog Changelog
Version | Description |
---|---|
8.0.0 | Introduced. |