the_weekday_date WordPress Filter Hook

The the_weekday_date WordPress hook allows you to display the current day and date in your posts and pages. This is a great way to keep your readers up-to-date with what's going on in your blog or website.

apply_filters( 'the_weekday_date', string $the_weekday_date, string $before, string $after ) #

Filters the localized date on which the post was written, for display.


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.


Top ↑

Source

File: wp-includes/general-template.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
0.71Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.

Show More
Show More