Description
Filters the localized date on which the post was written, for display.
Occurrences
Filename | Line Number |
---|---|
wp-includes/general-template.php | 3049 |
Parameters
Type | Name | Description |
---|---|---|
string | $the_weekday_date | The weekday on which the post was written. |
string | $before | The HTML to output before the date. |
string | $after | The HTML to output after the date. |
PHP Doc
/**
* Filters the localized date on which the post was written, for display.
*
* @since 0.71
*
* @param string $the_weekday_date The weekday on which the post was written.
* @param string $before The HTML to output before the date.
* @param string $after The HTML to output after the date.
*/