Title: the_weekday_date
Published: April 25, 2014
Last modified: May 20, 2026

---

# apply_filters( ‘the_weekday_date’, string $the_weekday_date, string $before, string $after )

## In this article

 * [Parameters](https://developer.wordpress.org/reference/hooks/the_weekday_date/?output_format=md#parameters)
 * [Source](https://developer.wordpress.org/reference/hooks/the_weekday_date/?output_format=md#source)
 * [Related](https://developer.wordpress.org/reference/hooks/the_weekday_date/?output_format=md#related)
 * [Changelog](https://developer.wordpress.org/reference/hooks/the_weekday_date/?output_format=md#changelog)

[ Back to top](https://developer.wordpress.org/reference/hooks/the_weekday_date/?output_format=md#wp--skip-link--target)

Filters the localized weekday of the post, for display.

## 󠀁[Parameters](https://developer.wordpress.org/reference/hooks/the_weekday_date/?output_format=md#parameters)󠁿

 `$the_weekday_date`string

The weekday on which the post was written.

`$before`string

The HTML to output before the date.

`$after`string

The HTML to output after the date.

## 󠀁[Source](https://developer.wordpress.org/reference/hooks/the_weekday_date/?output_format=md#source)󠁿

    ```php
    echo apply_filters( 'the_weekday_date', $the_weekday_date, $before, $after );
    ```

[View all references](https://developer.wordpress.org/reference/files/wp-includes/general-template.php/)
[View on Trac](https://core.trac.wordpress.org/browser/tags/7.0/src/wp-includes/general-template.php#L3192)
[View on GitHub](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/general-template.php#L3192-L3192)

## 󠀁[Related](https://developer.wordpress.org/reference/hooks/the_weekday_date/?output_format=md#related)󠁿

| Used by | Description | 
| [the_weekday_date()](https://developer.wordpress.org/reference/functions/the_weekday_date/)`wp-includes/general-template.php` |

Displays the localized weekday for the post.

  |

## 󠀁[Changelog](https://developer.wordpress.org/reference/hooks/the_weekday_date/?output_format=md#changelog)󠁿

| Version | Description | 
| [0.71](https://developer.wordpress.org/reference/since/0.71/) | Introduced. |

## User Contributed Notes

You must [log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fdeveloper.wordpress.org%2Freference%2Fhooks%2Fthe_weekday_date%2F)
before being able to contribute a note or feedback.