X

How to show comment time in WordPress

Add below code to your WordPress comment template where you want to show time. it will display the time of posted comment.

 
<?php 
        comment_time('H:i:s'); 
?>