listComments
The listComments hook is triggered when listing comment from unknown source in
the back end. It passes the current record as argument and expects a string as
return value.
Parameters
array
$commentThe current comment record data.
Return Values
Return a string representing your comment, or an empty string if your method is not responsible for the source table.