bp_the_members_invitation()
Get the current network invitation object in the loop.
Return Return
(object) The current network invitation within the loop.
Source Source
File: bp-members/bp-members-template.php
function bp_the_members_invitation() { return buddypress()->members->invitations->query_loop->the_invitation(); }
Expand full source code Collapse full source code View on Trac
Changelog Changelog
Version | Description |
---|---|
8.0.0 | Introduced. |