BP_Groups_Template::rewind_groups()

Rewind the groups and reset member index.


Description Description


Source Source

File: bp-groups/classes/class-bp-groups-template.php

	function rewind_groups() {
		$this->current_group = -1;
		if ( $this->group_count > 0 ) {
			$this->group = $this->groups[0];
		}
	}

Top ↑

Changelog Changelog

Changelog
Version Description
1.2.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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