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



get_feed_build_date › WordPress过滤钩子

Since5.2.0
已弃用n/a
apply_filters( 'get_feed_build_date', $max_modified_time, $format )
参数: (2)
  • (string|false) $max_modified_time Date the last post or comment was modified in the query, in UTC. False on failure.
    Required: Yes
  • (string) $format The date format requested in get_feed_build_date().
    Required: Yes
定义在:
文档:

Filters the date the last post or comment in the query was modified.





源码

return apply_filters( 'get_feed_build_date', $max_modified_time, $format );