wordpress / latest / hooks / day_link.html

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

Filters the day archive permalink.

Parameters

$daylink string
Permalink for the day archive.
$year int
Year for the archive.
$month int
Month for the archive.
$day int
The day for the archive.

Source

File: wp-includes/link-template.php. View all references

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

Used By

Used By Description

Changelog

Version Description
1.5.0 Introduced.

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