Filters the localized weekday of the post, for display.
$the_weekday_datestring$beforestring$afterstringwp-includes/general-template.php:3181the_weekday_date() * @since 0.71 * * @param string $the_weekday_date The weekday on which the post was written. * @param string $before The HTML to output before the date. * @param string $after The HTML to output after the date. */ echo apply_filters( 'the_weekday_date', $the_weekday_date, $before, $after );} /** * Fires the wp_head action. * * See {@see 'wp_head'}.Introduced in 0.71. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.