BP_Groups_Group_Members_Template::next_member()
Increments to the next member to display.
Description
Return
(object)
Source
File: bp-groups/classes/class-bp-groups-group-members-template.php
public function next_member() { $this->current_member++; $this->member = $this->members[ $this->current_member ]; return $this->member; }
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.