wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



the_time › WordPress Filter Hooks

Seit0.71
Veraltetn/v
apply_filters( 'the_time', get_the_time( $format )
Parameter: (2)
  • (string) $get_the_time The formatted time.
    Erforderlich: Ja
  • (string) $format Format to use for retrieving the time the post was written. Accepts 'G', 'U', or PHP date format.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the time a post was written for display.





Quellcode

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