wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



the_date › Les Filtres WordPress

Depuis0.71
Dépréciéen/a
apply_filters( 'the_date', $the_date, $format, $before, $after )
Paramètres: (4)
  • (string) $the_date The formatted date string.
    Requis: Oui
  • (string) $format PHP date format.
    Requis: Oui
  • (string) $before HTML output before the date.
    Requis: Oui
  • (string) $after HTML output after the date.
    Requis: Oui
Défini(e) dans:
Codex:

Filters the date a post was published for display.





Source

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