WP_Block_List::next

Advertisement

Summery Summery

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

Syntax Syntax

WP_Block_List::next()

Source Source

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

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

Advertisement

Changelog Changelog

Changelog
Version Description
5.5.0 Introduced.

Advertisement

Leave a Reply