apply_filters( ‘the_weekday_date’, string $the_weekday_date, string $before, string $after )

In this article

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

Parameters

$the_weekday_datestring
The weekday on which the post was written.
$beforestring
The HTML to output before the date.
$afterstring
The HTML to output after the date.

Source

echo apply_filters( 'the_weekday_date', $the_weekday_date, $before, $after );

Changelog

VersionDescription
0.71Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.