wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



the_date › Filtr WordPress Hooks

Od0.71
Przestarzałyn/a
apply_filters( 'the_date', $the_date, $format, $before, $after )
Parametry: (4)
  • (string) $the_date The formatted date string.
    Wymagane: Tak
  • (string) $format PHP date format.
    Wymagane: Tak
  • (string) $before HTML output before the date.
    Wymagane: Tak
  • (string) $after HTML output after the date.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters the date a post was published for display.





Źródło

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