GC_Block_List::next()

最后更新于:2021-11-26 09:52:26

GC_Block_List::next()

Moves the current position of the block list to the next element.

源文件

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

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