get_feed_build_date

过滤钩子
apply_filters( 'get_feed_build_date', $max_modified_time, $format )
参数
  • (string|false) $max_modified_time Date the last post or comment was modified in the query, in UTC. False on failure.
    Required:
  • (string) $format The date format requested in get_feed_build_date().
    Required:
定义位置
相关勾子
get_the_modified_dateget_the_dateget_the_guidget_schedulethe_weekday_date
相关方法
get_feed_build_dateget_file_dataget_theme_updatesget_embed_templateget_the_modified_dateget_the_date
引入
5.2.0
弃用
-

get_feed_build_date: 这个函数返回网站最后一次建立feed的日期。日期的格式可以作为一个可选的参数来指定。

过滤查询中最后一篇文章或评论的修改日期。

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

常见问题

FAQs
查看更多 >