Activity::group_start()

Description #

Start group.

This method must be called before doing a group loop.

Changelog #

VersionDescription
4.1.2Introduced.

Source #

File: includes/class/class-activity.php

	public function group_start() {
		if ( $this->have_group_items() ) {
			$this->in_group = true;
			--$this->current;
		}
	}

Leave a Reply

Your email address will not be published.

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Add your comment