WP_Hook::next(): array|false

In this article

Moves forward to the next element.

Return

array|false Array of callbacks at next priority, false if there are no more elements.

Source

#[ReturnTypeWillChange]
public function next() {
	return next( $this->callbacks );
}

Changelog

VersionDescription
4.7.0Introduced.

User Contributed Notes

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