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



get_the_time › WordPress Filter Hooks

Da1.5.0
Deprecaton/a
apply_filters( 'get_the_time', $the_time, $format, $post )
Parametri: (3)
  • (string|int) $the_time Formatted date string or Unix timestamp if `$format` is 'U' or 'G'.
    Richiesto:
  • (string) $format Format to use for retrieving the time the post was written. Accepts 'G', 'U', or PHP date format.
    Richiesto:
  • (WP_Post) $post Post object.
    Richiesto:
Definito a:
Codex:

Filters the time a post was written.





Sorgenti

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