Summery Summery
Add a child to the comment.
Syntax Syntax
Description Description
Used by WP_Comment_Query
when bulk-filling descendants.
Parameters Parameters
- $child
-
(Required) Child comment.
Source Source
File: wp-includes/class-wp-comment.php
*/ public function add_child( WP_Comment $child ) { $this->children[ $child->comment_ID ] = $child;
Advertisement
Changelog Changelog
Version | Description |
---|---|
4.4.0 | Introduced. |