GC_Block_List::count()

最后更新于:2021-11-26 09:46:34

GC_Block_List::count()

响应s the count of blocks in the list.

响应

(int) Block count.

源文件

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

	public function count() {
		return count( $this->blocks );
	}