get_the_modified_date

过滤钩子
apply_filters( 'get_the_modified_date', $the_time, $format, $post )
参数
  • (string|int|false) $the_time The formatted date or false if no post is found.
    Required:
  • (string) $format PHP date format.
    Required:
  • (WP_Post|null) $post WP_Post object or null if no post is found.
    Required:
定义位置
相关勾子
get_the_modified_timethe_modified_datethe_modified_timeget_post_modified_timethe_modified_author
相关方法
get_the_modified_dateget_the_modified_timethe_modified_dateget_the_modified_authorthe_modified_timeget_post_modified_time
引入
4.6.0
弃用
-

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

过滤文章的最后修改日期。

return apply_filters( 'get_the_modified_date', $the_time, $format, $post );

常见问题

FAQs
查看更多 >