File: wp-includes/class-wp-comment.php
-
methodWP_Comment::get_child()
Gets a child comment by ID.
-
Sets the ‘populated_children’ flag.
-
methodWP_Comment::__isset()
Determines whether a non-public property is set.
-
methodWP_Comment::__get()
Magic getter.
-
classWP_Comment
Core class used to organize comments as instantiated objects with defined members.
-
Retrieves a WP_Comment instance.
-
Constructor.
-
methodWP_Comment::to_array()
Converts object to array.
-
Gets the children of a comment.
-
methodWP_Comment::add_child()
Adds a child to the comment.