For developers, and themes which do not make use of the WordPress wp_list_comments() function, the below code can be added:
| Parameter | Accepted Value | Description |
|---|---|---|
| $comment_text | string | The Comment Text to display. Can (and should) be fetched from $comment->comment_text |
| $post_id | integer | The Post ID the Comment belongs to. |
| $comment_id | integer | The Comment ID to display the rating for. |