BP_XProfile_Data_Template::next_field()
Increments to the next field.
Description
Return
(int)
Source
File: bp-xprofile/classes/class-bp-xprofile-data-template.php
289 290 291 292 293 294 295 | public function next_field() { $this ->current_field++; $this ->field = $this ->group->fields[ $this ->current_field ]; return $this ->field; } |
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.