BP_Groups_Invite_Template::rewind_invites()
Rewinds to the first invite to show.
Description
Source
File: bp-groups/classes/class-bp-groups-invite-template.php
public function rewind_invites() {
$this->current_invite = -1;
if ( $this->invite_count > 0 ) {
$this->invite = $this->invites[0];
}
}
Changelog
| Version | Description |
|---|---|
| BuddyPress 1.1.0 | Introduced. |
Questions?
We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.