BP_XProfile_Data_Template::rewind_fields()

Rewinds to the start of the fields.


Description Description


Source 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];
		}
	}

Top ↑

Changelog Changelog

Changelog
Version Description
1.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.