GC_Block_List::rewind()

最后更新于:2021-11-26 10:03:24

GC_Block_List::rewind()

Rewinds back to the first element of the Iterator.

源文件

文件: gc-includes/class-gc-block-list.php

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