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.


Description Description


Parameters 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 Source

File: wp-includes/general-template.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
0.71 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.