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



get_the_modified_date › WordPress过滤钩子

Since4.6.0
已弃用n/a
apply_filters( 'get_the_modified_date', $the_time, $format, $post )
参数: (3)
  • (string|int|false) $the_time The formatted date or false if no post is found.
    Required: Yes
  • (string) $format PHP date format.
    Required: Yes
  • (WP_Post|null) $post WP_Post object or null if no post is found.
    Required: Yes
定义在:
文档:

Filters the date a post was last modified.





源码

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