wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



get_feed_build_date › WordPress Filter Hooks

Seit5.2.0
Veraltetn/v
apply_filters( 'get_feed_build_date', $max_modified_time, $format )
Parameter: (2)
  • (string|false) $max_modified_time Date the last post or comment was modified in the query, in UTC. False on failure.
    Erforderlich: Ja
  • (string) $format The date format requested in get_feed_build_date().
    Erforderlich: Ja
Definiert in:
Codex:

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





Quellcode

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