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