BP_XProfile_Data_Template::rewind_fields()
Rewinds to the start of the fields.
Description
Source
File: bp-xprofile/classes/class-bp-xprofile-data-template.php
public function rewind_fields() { $this->current_field = -1; if ( $this->field_count > 0 ) { $this->field = $this->group->fields[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.