WP_Hook::next()


Source

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

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