hi all,
did this problem be resolved?
I found the issue is caused by the wrong key name to get from comment array.
the origin source code is
strtotime($comment_obj["created_at"].'+0000')
the fixed source code is
strtotime($comment_obj["createdAt"].'+0000')
Sincerely,
Micky