learndash_focus_mode_comments_list( WP_Comment $comment, array $args, int $depth )
Prints the focus mode comments list output.
Description #
Used as a callback by wp_list_comments()
for displaying the comments.
Parameters #
- $comment
-
(WP_Comment) (Required) The comment object.
- $args
-
(<span class="array">array) (Required) An array of comment arguments.
- $depth
-
(int) (Required) The depth of the comment.
Source #
Changelog #
Version | Description |
---|---|
3.1.0 | Introduced. |