LearnDash_Course_Reviews_Walker::html5_comment( WP_Comment $comment, int $depth, $args )
Output a comment in the HTML5 format.
Description #
See also #
Parameters #
- $comment
-
(WP_Comment) (Required) Comment to display.
- $depth
-
(int) (Required) Depth of comment.
-
(array{avatar_size?:) (Required) int, style?: string} $args An array of arguments.
Return #
(void)
Source #
File: includes/course-reviews/core/class-learndash-course-reviews-walker.php
Changelog #
| Version | Description |
|---|---|
| 4.25.1 | Introduced. |