get_feed_build_date

最后更新于:2021-11-26 22:34:32

apply_filters( ‘get_feed_build_date’, string|false $max_modified_time, string $format )

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

参数

$max_modified_time

(string|false)
Date the last post or comment was modified in the query, in UTC. False on failure.

$format

(string)
The date format requested in get_feed_build_date().

源文件

文件: gc-includes/feed.php

View on Trac