apply_filters( ‘the_weekday’, string $the_weekday )

In this article

Filters the weekday on which the post was written, for display.

Parameters

$the_weekdaystring

Source

echo apply_filters( 'the_weekday', $the_weekday );

Changelog

VersionDescription
0.71Introduced.

User Contributed Notes

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