apply_filters( ‘day_link’, string $daylink, int $year, int $month, int $day )

In this article

Filters the day archive permalink.

Parameters

$daylinkstring
Permalink for the day archive.
$yearint
Year for the archive.
$monthint
Month for the archive.
$dayint
The day for the archive.

Source

return apply_filters( 'day_link', $daylink, $year, $month, $day );

Changelog

VersionDescription
1.5.0Introduced.

User Contributed Notes

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