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



get_the_date › WordPress Filter Hooks

Seit3.0.0
Veraltetn/v
apply_filters( 'get_the_date', $the_date, $format, $post )
Parameter: (3)
  • (string|int) $the_date Formatted date string or Unix timestamp if `$format` is 'U' or 'G'.
    Erforderlich: Ja
  • (string) $format PHP date format.
    Erforderlich: Ja
  • (WP_Post) $post The post object.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the date a post was published.





Quellcode

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