GC_Hook::offsetUnset()

最后更新于:2021-11-27 21:31:41

GC_Hook::offsetUnset( mixed$offset)

Unsets a specified offset.

参数

$offset

(mixed) (Required) The offset to unset.

源文件

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

	public function offsetUnset( $offset ) {
		unset( $this->callbacks[ $offset ] );
	}