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



the_date › WordPress Filter Hooks

Seit0.71
Veraltetn/v
apply_filters( 'the_date', $the_date, $format, $before, $after )
Parameter: (4)
  • (string) $the_date The formatted date string.
    Erforderlich: Ja
  • (string) $format PHP date format.
    Erforderlich: Ja
  • (string) $before HTML output before the date.
    Erforderlich: Ja
  • (string) $after HTML output after the date.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the date a post was published for display.





Quellcode

$the_date = apply_filters( 'the_date', $the_date, $format, $before, $after );