Filters the localized weekday of the post, for display.
$the_weekdaystringwp-includes/general-template.php:3131the_weekday() * Filters the localized weekday of the post, for display. * * @since 0.71 * * @param string $the_weekday */ echo apply_filters( 'the_weekday', $the_weekday );} /** * Displays the localized weekday for the post. * * Will only output the weekday if the current post's weekday is different fromIntroduced in 0.71. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.