Description
Filters the day archive permalink.
Occurrences
Filename | Line Number |
---|---|
wp-includes/link-template.php | 655 |
Parameters
Type | Name | Description |
---|---|---|
string | $daylink | Permalink for the day archive. |
int | $year | Year for the archive. |
int | $month | Month for the archive. |
int | $day | The day for the archive. |
PHP Doc
/**
* Filters the day archive permalink.
*
* @since 1.5.0
*
* @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.
*/