apply_filters( ‘the_weekday’, string $the_weekday )

In this article

Filters the localized weekday of the post, 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.