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



get_the_modified_date › WordPress Filter Hooks

Da4.6.0
Deprecaton/a
apply_filters( 'get_the_modified_date', $the_time, $format, $post )
Parametri: (3)
  • (string|int|false) $the_time The formatted date or false if no post is found.
    Richiesto:
  • (string) $format PHP date format.
    Richiesto:
  • (WP_Post|null) $post WP_Post object or null if no post is found.
    Richiesto:
Definito a:
Codex:

Filters the date a post was last modified.





Sorgenti

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