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



the_date › Hooks de Filtros WordPress

Desde0.71
Obsoleton/a
apply_filters( 'the_date', $the_date, $format, $before, $after )
Parâmetros: (4)
  • (string) $the_date The formatted date string.
    Required: Yes
  • (string) $format PHP date format.
    Required: Yes
  • (string) $before HTML output before the date.
    Required: Yes
  • (string) $after HTML output after the date.
    Required: Yes
Definido em:
Codex:

Filters the date a post was published for display.





Fonte

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