BP_Groups_Group_Members_Template::rewind_members()
Rewinds to the first member to display.
Description
Source
File: bp-groups/classes/class-bp-groups-group-members-template.php
224 225 226 227 228 229 | public function rewind_members() { $this ->current_member = -1; if ( $this ->member_count > 0 ) { $this ->member = $this ->members[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.