WP_Hook::next

Advertisement

Summery Summery

Moves forward to the next element.

Syntax Syntax

WP_Hook::next()

Return Return

(array) Of callbacks at next priority.

Source Source

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

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

Advertisement

Changelog Changelog

Changelog
Version Description
4.7.0 Introduced.

Advertisement

Leave a Reply