WP_Hook::rewind()

Rewinds the Iterator to the first element.


Source

File: wp-includes/class-wp-hook.php

	public function rewind() {
		reset( $this->callbacks );
	}

Changelog

Changelog
Version Description
WP-4.7.0 Introduced.