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



get_the_date › Filtr WordPress Hooks

Od3.0.0
Przestarzałyn/a
apply_filters( 'get_the_date', $the_date, $format, $post )
Parametry: (3)
  • (string|int) $the_date Formatted date string or Unix timestamp if `$format` is 'U' or 'G'.
    Wymagane: Tak
  • (string) $format PHP date format.
    Wymagane: Tak
  • (WP_Post) $post The post object.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters the date a post was published.





Źródło

return apply_filters( 'get_the_date', $the_date, $format, $post );