get_the_modified_time

过滤钩子
apply_filters( 'get_the_modified_time', $the_time, $format, $post )
参数
  • (string|int|false) $the_time The formatted time or false if no post is found.
    Required:
  • (string) $format Format to use for retrieving the time the post was modified. Accepts 'G', 'U', or PHP date format.
    Required:
  • (WP_Post|null) $post WP_Post object or null if no post is found.
    Required:
定义位置
相关勾子
get_the_modified_datethe_modified_timeget_post_modified_timethe_modified_dateget_the_time
相关方法
get_the_modified_timeget_the_modified_datethe_modified_timeget_post_modified_timeget_the_modified_authorthe_modified_date
引入
4.6.0
弃用
-

get_the_modified_time: 这个函数检索当前文章最后一次被修改的时间,根据WordPress设置的格式化。

过滤文章最后被修改的本地化时间。

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

常见问题

FAQs
查看更多 >