GC_Hook::current()

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

GC_Hook::current()

响应s the current element.

响应

(array) Of callbacks at current priority.

源文件

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

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