BP_Groups_Membership_Requests_Template::rewind_requests()
Rewinds the requests to the first in the list.
Description
Source
File: bp-groups/classes/class-bp-groups-membership-requests-template.php
public function rewind_requests() { $this->current_request = -1; if ( $this->request_count > 0 ) { $this->request = $this->requests[0]; } }
Changelog
Version | Description |
---|---|
BuddyPress 1.0.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.