GC_Hook::valid()

最后更新于:2021-11-27 21:34:29

GC_Hook::valid()

Checks if current position is valid.

响应

(bool) Whether the current position is valid.

源文件

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

	public function valid() {
		return key( $this->callbacks ) !== null;
	}