get_feed_build_date()
get_feed_build_date( string $format )
从WP_Query中获取最近修改的post的UTC时间。
Get the UTC time of the most recently modified post from WP_Query.
说明(Description)
如果查看评论源,将返回最近修改的评论的时间。
参数(Parameters)
参数 | 类型 | 必填 | 说明 |
---|---|---|---|
$format | (string) | 必需 | 返回时间的日期格式字符串。 |
返回(Return)
(string|false)请求格式的时间,或失败时为false。
源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
5.2.0 | wp-includes/feed.php:663 | 0 | 6 |
get_feed_build_date() 为WP2原创文章,链接:https://www.wp2.cn/functions/get_feed_build_date/