get_comment_time – filter
Filters the returned comment time.
Parameters
- .
- ( 1.5.0 ) . .
- $date
- ( string|int ) The comment time, formatted as a date string or Unix timestamp. . . .
- ( string ) $format PHP date format. . . .
- ( bool ) $gmt Whether the GMT date is in use. . . .
- ( bool ) $translate Whether the time is translated. . . .
- $comment
- ( WP_Comment ) The comment object. . . .