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



the_time › WordPress Filter Hooks

Da0.71
Deprecaton/a
apply_filters( 'the_time', get_the_time( $format )
Parametri: (2)
  • (string) $get_the_time The formatted time.
    Richiesto:
  • (string) $format Format to use for retrieving the time the post was written. Accepts 'G', 'U', or PHP date format.
    Richiesto:
Definito a:
Codex:

Filters the time a post was written for display.





Sorgenti

echo apply_filters( 'the_time', get_the_time( $format ), $format );