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



the_weekday_date › Les Filtres WordPress

Depuis0.71
Dépréciéen/a
apply_filters( 'the_weekday_date', $the_weekday_date, $before, $after )
Paramètres: (3)
  • (string) $the_weekday_date The weekday on which the post was written.
    Requis: Oui
  • (string) $before The HTML to output before the date.
    Requis: Oui
  • (string) $after The HTML to output after the date.
    Requis: Oui
Défini(e) dans:
Codex:

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





Source

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