WP_Hook::next
Moves forward to the next element.
Method of the class: WP_Hook{}
No Hooks.
Returns
Array. Of callbacks at next priority.
Usage
$WP_Hook = new WP_Hook(); $WP_Hook->next();
Changelog
| Since 4.7.0 | Introduced. |
WP_Hook::next() WP Hook::next code WP 6.9.1
public function next() {
return next( $this->callbacks );
}