wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



the_weekday_date › WordPress Filter Hooks

Da0.71
Deprecaton/a
apply_filters( 'the_weekday_date', $the_weekday_date, $before, $after )
Parametri: (3)
  • (string) $the_weekday_date The weekday on which the post was written.
    Richiesto:
  • (string) $before The HTML to output before the date.
    Richiesto:
  • (string) $after The HTML to output after the date.
    Richiesto:
Definito a:
Codex:

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





Sorgenti

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