wpseek.com
A WordPress-centric search engine for devs and theme authors



the_modified_date › WordPress Filter Hooks

Since2.1.0
Deprecatedn/a
apply_filters( 'the_modified_date', $the_modified_date, $format, $before, $after )
Parameters: (4)
  • (string|false) $the_modified_date The last modified date or false if no post is found.
    Required: Yes
  • (string) $format PHP date format.
    Required: Yes
  • (string) $before HTML output before the date.
    Required: Yes
  • (string) $after HTML output after the date.
    Required: Yes
Defined at:
Codex:

Filters the date a post was last modified for display.





Source

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