WP_Hook::next()
[ReturnTypeWillChange]{} It's a method of the class: WP_Hook{}
No Hooks.
Return
null
. Nothing.
Usage
$WP_Hook = new WP_Hook(); $WP_Hook->next();
Code of WP_Hook::next() WP Hook::next WP 6.0
public function next() { return next( $this->callbacks ); }