Filters the day archive permalink.
$daylinkstring$yearint$monthint$dayintwp-includes/link-template.php:655get_day_link() * * @param string $daylink Permalink for the day archive. * @param int $year Year for the archive. * @param int $month Month for the archive. * @param int $day The day for the archive. */ return apply_filters( 'day_link', $daylink, $year, $month, $day );} /** * Displays the permalink for the feed type. * * @since 3.0.0Introduced in 1.5.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.