get_comment_time
get_comment_time ( $format = '', $gmt = false, $translate = true )
Parameters:- (string) format Optional. PHP time format. Defaults to the 'time_format' option.
- (bool) gmt Optional. Whether to use the GMT date. Default false.
- (bool) translate Optional. Whether to translate the time (for use in feeds). Default true.
Returns:- (string) The formatted time.
Defined at: - Introduced in WordPress: 1.5.0
- Deprecated in WordPress: —
Description
Retrieves the comment time of the current comment.