Filters the date a post was last modified for display.
Parameters
$the_modified_date
string|false- The last modified date or false if no post is found.
$format
string- PHP date format.
$before
string- HTML output before the date.
$after
string- HTML output after the date.
Source
$the_modified_date = apply_filters( 'the_modified_date', $the_modified_date, $format, $before, $after );
Changelog
Version | Description |
---|---|
2.1.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.