the_weekday_date

Advertisement

Summery Summery

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

Syntax Syntax

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

Parameters Parameters

$the_weekday_date

The weekday on which the post was written.

$before

The HTML to output before the date.

$after

The HTML to output after the date.

Source Source

File: wp-includes/general-template.php

Advertisement

Changelog Changelog

Changelog
Version Description
0.71 Introduced.

Advertisement

Leave a Reply