get_comment_date

最后更新于:2021-11-26 22:27:46

apply_filters( ‘get_comment_date’, string|int $date, string $format, GC_Comment $comment )

Filters the returned comment date.

参数

$date

(string|int)
Formatted date string or Unix timestamp.

$format

(string)
PHP date format.

$comment

(GC_Comment)
The comment object.

源文件

文件: gc-includes/comment-template.php

View on Trac