WP_Hook::next()

Moves forward to the next element.


Description Description


Return Return

(array) Of callbacks at next priority.


Top ↑

Source Source

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

	public function next() {
		return next( $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.