Walker_Comment::comment( WP_Comment $comment, int $depth, array $args )
Outputs a single comment.
Description
See also
Parameters
- $comment
-
(Required) Comment to display.
- $depth
-
(Required) Depth of the current comment.
- $args
-
(Required) An array of arguments.
Source
File: wp-includes/class-walker-comment.php
Changelog
Version | Description |
---|---|
3.6.0 | Introduced. |