WP_Block_List::next() WordPress Method
The next() method for WP_Block_List is used to retrieve the next element in the list of blocks. This is useful for looping through all the blocks in a document.
WP_Block_List::next() #
Contents
Source
File: wp-includes/class-wp-block-list.php
public function next() { next( $this->blocks ); }
Expand full source codeCollapse full source codeView on TracView on GitHub