On this page
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.
Parameters
$max_modified_timestring|false-
Date the last post or comment was modified in the query, in UTC.
False on failure. $formatstring-
The date format requested in get_feed_build_date() .
More Arguments from get_feed_build_date( ... $format )
Date format string to return the time in.
Source
File: wp-includes/feed.php. View all references
return apply_filters( 'get_feed_build_date', $max_modified_time, $format );
Related
Used By
| Used By | Description |
|---|---|
| get_feed_build_date() wp-includes/feed.php | Gets the UTC time of the most recently modified post from WP_Query. |
Changelog
| Version | Description |
|---|---|
| 5.2.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/get_feed_build_date