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



get_the_modified_date › Filtr WordPress Hooks

Od4.6.0
Przestarzałyn/a
apply_filters( 'get_the_modified_date', $the_time, $format, $post )
Parametry: (3)
  • (string|int|false) $the_time The formatted date or false if no post is found.
    Wymagane: Tak
  • (string) $format PHP date format.
    Wymagane: Tak
  • (WP_Post|null) $post WP_Post object or null if no post is found.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters the date a post was last modified.





Źródło

return apply_filters( 'get_the_modified_date', $the_time, $format, $post );