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

Filters the day archive permalink.


Parameters

$daylink

Permalink for the day archive.

$year

Year for the archive.

$month

Month for the archive.

$day

The day for the archive.


Source

File: wp-includes/link-template.php

View on GitHub



Changelog

Changelog
Version Description
1.5.0 Introduced.