get_comment_date

过滤钩子
apply_filters( 'get_comment_date', $date, $format, $comment )
参数
  • (string|int) $date Formatted date string or Unix timestamp.
    Required:
  • (string) $format PHP date format.
    Required:
  • (WP_Comment) $comment The comment object.
    Required:
定义位置
相关勾子
get_comment_typeget_comment_timeget_comment_textget_comment_idget_comment_author
相关方法
get_comment_dateget_commentdataget_comment_textget_comment_timeget_comment_typeget_comment_id
引入
1.5.0
弃用
-

get_comment_date: 这个函数检索一个给定评论的日期: 该函数接受一个参数,即评论ID,并返回一个代表日期的字符串。

过滤返回的评论日期。

return apply_filters( 'get_comment_date', $date, $format, $comment );

常见问题

FAQs
查看更多 >