WP_Block_List::rewind

Advertisement

Summery Summery

Rewinds back to the first element of the Iterator.

Syntax Syntax

WP_Block_List::rewind()

Source Source

File: wp-includes/class-wp-block-list.php

	public function rewind() {
		reset( $this->blocks );
	}

Advertisement

Changelog Changelog

Changelog
Version Description
5.5.0 Introduced.

Advertisement

Leave a Reply