get_feed_build_date
get_feed_build_date ( $format )
Parameters:- (string) format Date format string to return the time in.
Returns:- (string|false) The time in requested format, or false on failure.
Defined at: - Introduced in WordPress: 5.2.0
- Deprecated in WordPress: —
Description
Gets the UTC time of the most recently modified post from WP_Query.If viewing a comment feed, the time of the most recently modified
comment will be returned.