apply_filters( 'the_modified_date', string $the_modified_date , string $d , string $before , string $after )
Filters the date a post was last modified for display.
Description Description
Parameters Parameters
- $the_modified_date
-
(string) The last modified date.
- $d
-
(string) PHP date format. Defaults to 'date_format' option if not specified.
- $before
-
(string) HTML output before the date.
- $after
-
(string) HTML output after the date.
Source Source
Changelog Changelog
Version | Description |
---|---|
2.1.0 | Introduced. |