BP_XProfile_Data_Template::next_field()

Increments to the next field.


Description Description


Return Return

(int)


Top ↑

Source Source

File: bp-xprofile/classes/class-bp-xprofile-data-template.php

	public function next_field() {
		$this->current_field++;

		$this->field = $this->group->fields[ $this->current_field ];

		return $this->field;
	}

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.