WP_Block_List::rewind() WordPress Method
The WP_Block_List::rewind() method is used to reset the block list iterator to the first block.
WP_Block_List::rewind() #
Contents
Source
File: wp-includes/class-wp-block-list.php
public function rewind() { reset( $this->blocks ); }
Expand full source codeCollapse full source codeView on TracView on GitHub