GC_Block_List::offsetUnset()

最后更新于:2021-11-26 10:01:24

GC_Block_List::offsetUnset( string$index)

Unset a block.

参数

$index

(string) (Required) Index of block value to unset.

源文件

文件: gc-includes/class-gc-block-list.php

	public function offsetUnset( $index ) {
		unset( $this->blocks[ $index ] );
	}