[ Index ] |
PHP Cross Reference of BuddyPress |
[Source view] [Print] [Project Stats]
BuddyPress Members Invitation Template Loop Class.
File Size: | 346 lines (8 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
BP_Members_Invitations_Template:: (6 methods):
__construct()
has_invitations()
next_invitation()
rewind_invitations()
invitations()
the_invitation()
Class: BP_Members_Invitations_Template - X-Ref
The main membership invitations template loop class.__construct( $args = array() X-Ref |
Constructor method. param: array $args { since: 8.0.0 |
has_invitations() X-Ref |
Whether there are invitations available in the loop. return: bool True if there are items in the loop, otherwise false. since: 8.0.0 |
next_invitation() X-Ref |
Set up the next invitation and iterate index. return: object The next invitation to iterate over. since: 8.0.0 |
rewind_invitations() X-Ref |
Rewind the blogs and reset blog index. since: 8.0.0 |
invitations() X-Ref |
Whether there are invitations left in the loop to iterate over. This method is used by {@link bp_members_invitations()} as part of the while loop that controls iteration inside the invitations loop, eg: while ( bp_members_invitations() ) { ... return: bool True if there are more invitations to show, since: 8.0.0 |
the_invitation() X-Ref |
Set up the current invitation inside the loop. Used by {@link bp_the_invitation()} to set up the current invitation data while looping, so that template tags used during that iteration make reference to the current invitation. since: 8.0.0 |
Generated: Thu Nov 21 01:00:57 2024 | Cross-referenced by PHPXref 0.7.1 |