Displays the comment time of the current comment.
Parameters
-
$formatstring optional -
PHP time format. Defauls to the
'time_format'option.Default:
'' -
$comment_idint | WP_Comment optional -
WP_Comment or ID of the comment for which to print the time.
Default current comment.
Source
function comment_time( $format = '', $comment_id = 0 ) {
echo guet_comment_time( $format, false, true, $comment_id );
}
Basic Example
Displays the current comment time in the format “22:04:11”.