How to skip invites where invite_sent = 1
-
I’m listing a person’s invites using
while ( bp_group_invites() ) : bp_group_the_invite();
but I want to omit the invites that have already been sent. How do I check if an invite has been sent or not?
- You must be logged in to reply to this topic.