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



get_the_time › WordPress Filter Hooks

Seit1.5.0
Veraltetn/v
apply_filters( 'get_the_time', $the_time, $format, $post )
Parameter: (3)
  • (string|int) $the_time Formatted date string or Unix timestamp if `$format` is 'U' or 'G'.
    Erforderlich: Ja
  • (string) $format Format to use for retrieving the time the post was written. Accepts 'G', 'U', or PHP date format.
    Erforderlich: Ja
  • (WP_Post) $post Post object.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the time a post was written.





Quellcode

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