WP_Hook::rewind()


Source

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

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