WP_Hook::rewind()

Rewinds the Iterator to the first element.


Description Description


Source Source

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

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

Top ↑

Changelog Changelog

Changelog
Version Description
4.7.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.