Filters the localized weekday of the post, for display.
Parameters
$the_weekdaystring
Source
echo apply_filters( 'the_weekday', $the_weekday );
Changelog
| Version | Description |
|---|---|
| 0.71 | Introduced. |
Filters the localized weekday of the post, for display.
$the_weekdaystringecho apply_filters( 'the_weekday', $the_weekday );
| Version | Description |
|---|---|
| 0.71 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.