wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



get_feed_build_date › Filtr WordPress Hooks

Od5.2.0
Przestarzałyn/a
apply_filters( 'get_feed_build_date', $max_modified_time, $format )
Parametry: (2)
  • (string|false) $max_modified_time Date the last post or comment was modified in the query, in UTC. False on failure.
    Wymagane: Tak
  • (string) $format The date format requested in get_feed_build_date().
    Wymagane: Tak
Zdefiniowane na:
Codex:

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





Źródło

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