Filters the weekday on which the post was written, for display.
Parameters
$the_weekday
string
Source
echo apply_filters( 'the_weekday', $the_weekday );
Changelog
Version | Description |
---|---|
0.71 | Introduced. |
Filters the weekday on which the post was written, for display.
$the_weekday
stringecho 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.