apply_filters( 'the_modified_date', string|false $the_modified_date , string $format , string $before , string $after )
Filters the date a post was last modified for display.
Parameters
- $the_modified_date
-
The last modified date or false if no post is found.
- $format
-
PHP date format.
- $before
-
HTML output before the date.
- $after
-
HTML output after the date.
Source
Changelog
Version | Description |
---|---|
2.1.0 | Introduced. |