GC_Comment::populated_children()

最后更新于:2021-11-26 11:36:27

GC_Comment::populated_children( bool$set)

Set the ‘populated_children’ flag.

参数

$set

(bool) (Required) Whether the comment’s children have already been populated.

源文件

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

	public function populated_children( $set ) {
		$this->populated_children = (bool) $set;
	}