Filters the date a post was published for display.
Parameters
$the_date
string- The formatted date string.
$format
string- PHP date format.
$before
string- HTML output before the date.
$after
string- HTML output after the date.
Source
$the_date = apply_filters( 'the_date', $the_date, $format, $before, $after );
Changelog
Version | Description |
---|---|
0.71 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.