apply_filters( 'the_date', string $the_date , string $format , string $before , string $after )
Filters the date a post was published for display.
Parameters
- $the_date
-
The formatted date string.
- $format
-
PHP date format.
- $before
-
HTML output before the date.
- $after
-
HTML output after the date.
Source
Changelog
Version | Description |
---|---|
0.71 | Introduced. |