wpseek.com
WordPress开发者和主题制作者的搜索引擎



get_the_time › WordPress过滤钩子

Since1.5.0
已弃用n/a
apply_filters( 'get_the_time', $the_time, $format, $post )
参数: (3)
  • (string|int) $the_time Formatted date string or Unix timestamp if `$format` is 'U' or 'G'.
    Required: Yes
  • (string) $format Format to use for retrieving the time the post was written. Accepts 'G', 'U', or PHP date format.
    Required: Yes
  • (WP_Post) $post Post object.
    Required: Yes
定义在:
文档:

Filters the time a post was written.





源码

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