GC_Hook::next()

最后更新于:2021-11-27 21:27:35

GC_Hook::next()

Moves forward to the next element.

响应

(array) Of callbacks at next priority.

源文件

文件: gc-includes/class-gc-hook.php

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