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



get_the_modified_time › WordPress Filter Hooks

Da4.6.0
Deprecaton/a
apply_filters( 'get_the_modified_time', $the_time, $format, $post )
Parametri: (3)
  • (string|int|false) $the_time The formatted time or false if no post is found.
    Richiesto:
  • (string) $format Format to use for retrieving the time the post was modified. Accepts 'G', 'U', or PHP date format.
    Richiesto:
  • (WP_Post|null) $post WP_Post object or null if no post is found.
    Richiesto:
Definito a:
Codex:

Filters the localized time a post was last modified.





Sorgenti

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