wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



get_feed_build_date › WordPress Filter Hooks

Da5.2.0
Deprecaton/a
apply_filters( 'get_feed_build_date', $max_modified_time, $format )
Parametri: (2)
  • (string|false) $max_modified_time Date the last post or comment was modified in the query, in UTC. False on failure.
    Richiesto:
  • (string) $format The date format requested in get_feed_build_date().
    Richiesto:
Definito a:
Codex:

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





Sorgenti

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