Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/link-template.php | apply_filters | 651 | /** * 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. */ |
Hook Parameters
Parameter 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. |