wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



the_modified_date › WordPress Filter Hooks

Seit2.1.0
Veraltetn/v
apply_filters( 'the_modified_date', $the_modified_date, $format, $before, $after )
Parameter: (4)
  • (string|false) $the_modified_date The last modified date or false if no post is found.
    Erforderlich: Ja
  • (string) $format PHP date format.
    Erforderlich: Ja
  • (string) $before HTML output before the date.
    Erforderlich: Ja
  • (string) $after HTML output after the date.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the date a post was last modified for display.





Quellcode

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