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



the_weekday_date › Filtr WordPress Hooks

Od0.71
Przestarzałyn/a
apply_filters( 'the_weekday_date', $the_weekday_date, $before, $after )
Parametry: (3)
  • (string) $the_weekday_date The weekday on which the post was written.
    Wymagane: Tak
  • (string) $before The HTML to output before the date.
    Wymagane: Tak
  • (string) $after The HTML to output after the date.
    Wymagane: Tak
Zdefiniowane na:
Codex:

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





Źródło

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