get_the_date

过滤钩子
apply_filters( 'get_the_date', $the_date, $format, $post )
参数
  • (string|int) $the_date Formatted date string or Unix timestamp if `$format` is 'U' or 'G'.
    Required:
  • (string) $format PHP date format.
    Required:
  • (WP_Post) $post The post object.
    Required:
定义位置
相关勾子
get_the_timethe_dateget_others_draftsget_the_guidget_the_modified_date
相关方法
get_the_dateget_theme_dataget_theme_updatesget_the_timeget_the_idthe_date
引入
3.0.0
弃用
-

get_the_date: 这个函数检索当前文章的日期,根据WordPress的设置进行格式化。

过滤发布文章的日期。

return apply_filters( 'get_the_date', $the_date, $format, $post );

常见问题

FAQs
查看更多 >