wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



the_modified_date › WordPress Filter Hooks

Da2.1.0
Deprecaton/a
apply_filters( 'the_modified_date', $the_modified_date, $format, $before, $after )
Parametri: (4)
  • (string|false) $the_modified_date The last modified date or false if no post is found.
    Richiesto:
  • (string) $format PHP date format.
    Richiesto:
  • (string) $before HTML output before the date.
    Richiesto:
  • (string) $after HTML output after the date.
    Richiesto:
Definito a:
Codex:

Filters the date a post was last modified for display.





Sorgenti

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