On this page
apply_filters( 'the_weekday', string $the_weekday )
Filters the weekday on which the post was written, for display.
Parameters
$the_weekdaystring
Source
File: wp-includes/general-template.php. View all references
echo apply_filters( 'the_weekday', $the_weekday );
Related
Used By
| Used By | Description |
|---|---|
| the_weekday() wp-includes/general-template.php | Displays the weekday on which the post was written. |
Changelog
| Version | Description |
|---|---|
| 0.71 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/the_weekday