Summery Summery
Rewinds back to the first element of the Iterator.
Syntax Syntax
Source Source
File: wp-includes/class-wp-block-list.php
public function rewind() {
reset( $this->blocks );
}
Advertisement
Changelog Changelog
| Version | Description |
|---|---|
| 5.5.0 | Introduced. |