W3cubDocs

/WordPress

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

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

Version Description
1.5.0 Introduced.

© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/day_link