wpseek.com
Uma área de pesquisa sobre o WordPress para devs e autores do tema



the_weekday_date › Hooks de Filtros WordPress

Desde0.71
Obsoleton/a
apply_filters( 'the_weekday_date', $the_weekday_date, $before, $after )
Parâmetros: (3)
  • (string) $the_weekday_date The weekday on which the post was written.
    Required: Yes
  • (string) $before The HTML to output before the date.
    Required: Yes
  • (string) $after The HTML to output after the date.
    Required: Yes
Definido em:
Codex:

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





Fonte

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