Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/link-template.php | apply_filters | 564 | /** * Filters the year archive permalink. * * @since 1.5.0 * * @param string $yearlink Permalink for the year archive. * @param int $year Year for the archive. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
string | $yearlink | Permalink for the year archive. |
int | $year | Year for the archive. |