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



the_modified_date › Filtr WordPress Hooks

Od2.1.0
Przestarzałyn/a
apply_filters( 'the_modified_date', $the_modified_date, $format, $before, $after )
Parametry: (4)
  • (string|false) $the_modified_date The last modified date or false if no post is found.
    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 last modified for display.





Źródło

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