get_feed_build_date
apply_filters( ‘get_feed_build_date’, string|false $max_modified_time , string $format )
过滤钩子:过滤查询中最后一篇文章或注释被修改的日期。
Filter Hook: Filters the date the last post or comment in the query was modified.
参数(Parameters)
参数 | 类型 | 说明 |
---|---|---|
$max_modified_time | (string | false) | 上次在查询中修改文章或注释的日期(UTC)。失败时为False。 |
$format | (string) | 在get_feed_build_date()中请求的日期格式。 |
源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
5.2.0 | wp-includes/feed.php:705 | 1 | 0 |
get_feed_build_date 为WP2原创文章,链接:https://www.wp2.cn/hook/get_feed_build_date-2/