Browse: Home / Functions /

learndash_focus_mode_comments_list

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

(array) (Required) An array of comment arguments.

$depth

(int) (Required) The depth of the comment.


Source #

File: themes/ld30/templates/focus/comments_list.php


Changelog #

Changelog
Version Description
3.1.0 Introduced.