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



the_weekday_date › WordPress Filter Hooks

Seit0.71
Veraltetn/v
apply_filters( 'the_weekday_date', $the_weekday_date, $before, $after )
Parameter: (3)
  • (string) $the_weekday_date The weekday on which the post was written.
    Erforderlich: Ja
  • (string) $before The HTML to output before the date.
    Erforderlich: Ja
  • (string) $after The HTML to output after the date.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the localized date on which the post was written, for display.





Quellcode

echo apply_filters( 'the_weekday_date', $the_weekday_date, $before, $after );