wpseek.com
A WordPress-centric search engine for devs and theme authors



get_feed_build_date › WordPress Filter Hooks

Since5.2.0
Deprecatedn/a
apply_filters( 'get_feed_build_date', $max_modified_time, $format )
Parameters: (2)
  • (string|false) $max_modified_time Date the last post or comment was modified in the query, in UTC. False on failure.
    Required: Yes
  • (string) $format The date format requested in get_feed_build_date().
    Required: Yes
Defined at:
Codex:

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





Source

return apply_filters( 'get_feed_build_date', $max_modified_time, $format );