wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



the_time › Filtr WordPress Hooks

Od0.71
Przestarzałyn/a
apply_filters( 'the_time', get_the_time( $format )
Parametry: (2)
  • (string) $get_the_time The formatted time.
    Wymagane: Tak
  • (string) $format Format to use for retrieving the time the post was written. Accepts 'G', 'U', or PHP date format.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters the time a post was written for display.





Źródło

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