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


Top ↑

Return Return

(bool) True if there are more invitations to show, otherwise false.


Top ↑

Source Source

File: bp-members/classes/class-bp-members-invitations-template.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
8.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.