WP_Hook::next()

Moves forward to the next element.


Description


Return

(array) Of callbacks at next priority.


Top ↑

Source

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

	public function next() {
		return next( $this->callbacks );
	}

Top ↑

Changelog

Version Description
4.7.0 Introduced.