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

Filters the day archive permalink.


Description Description


Parameters 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.


Top ↑

Source Source

File: wp-includes/link-template.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
1.5.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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