GC_Block_List::key()
最后更新于:2021-11-26 09:50:25
GC_Block_List::key()
响应s the key of the current element of the block list.
响应
(mixed) Key of the current element.
源文件
文件: gc-includes/class-gc-block-list.php
public function key() {
return key( $this->blocks );
}