BP_Members_Invitations_Template::invitations()
Whether there are invitations left in the loop to iterate over.
Description Description
This method is used by bp_members_invitations() as part of the while loop that controls iteration inside the invitations loop, eg: while ( bp_members_invitations() ) { …
See also See also
Return Return
(bool) True if there are more invitations to show, otherwise false.
Source Source
File: bp-members/classes/class-bp-members-invitations-template.php
Changelog Changelog
Version | Description |
---|---|
8.0.0 | Introduced. |