WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about get_feed_build_date

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/feed.php apply_filters 741 /**
* Filters the date the last post or comment in the query was modified.
*
* @since 5.2.0
*
* @param string|false $max_modified_time Date the last post or comment was modified in the query, in UTC.
* False on failure.
* @param string $format The date format requested in get_feed_build_date().
*/

Hook Parameters

Parameter Type Name Description
string|false $max_modified_time Date the last post or comment was modified in the query, in UTC.
string $format The date format requested in get_feed_build_date().