W3cubDocs

/WordPress

apply_filters( 'the_weekday_date', string $the_weekday_date, string $before, string $after )

Filters the localized date on which the post was written, for display.

Parameters

$the_weekday_date

(string) The weekday on which the post was written.

$before

(string) The HTML to output before the date.

$after

(string) The HTML to output after the date.

Source

File: wp-includes/general-template.php

View on Trac

Changelog

Version Description
0.71 Introduced.

© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/the_weekday_date