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



get_the_time › Filtr WordPress Hooks

Od1.5.0
Przestarzałyn/a
apply_filters( 'get_the_time', $the_time, $format, $post )
Parametry: (3)
  • (string|int) $the_time Formatted date string or Unix timestamp if `$format` is 'U' or 'G'.
    Wymagane: Tak
  • (string) $format Format to use for retrieving the time the post was written. Accepts 'G', 'U', or PHP date format.
    Wymagane: Tak
  • (WP_Post) $post Post object.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters the time a post was written.





Źródło

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