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_time
-
Date the last post or comment was modified in the query, in UTC.<br> False on failure.
- $format
-
The date format requested in get_feed_build_date().
Source
File: wp-includes/feed.php
Changelog
| Version | Description |
|---|---|
| 5.2.0 | Introduced. |