WP_Hook::rewind

Advertisement

Summery Summery

Rewinds the Iterator to the first element.

Syntax Syntax

WP_Hook::rewind()

Source Source

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

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

Advertisement

Changelog Changelog

Changelog
Version Description
4.7.0 Introduced.

Advertisement

Leave a Reply