Filters the year archive permalink.
Parameters
$yearlink
string- Permalink for the year archive.
$year
int- Year for the archive.
Source
return apply_filters( 'year_link', $yearlink, $year );
Changelog
Version | Description |
---|---|
1.5.0 | Introduced. |
Filters the year archive permalink.
$yearlink
string$year
intreturn apply_filters( 'year_link', $yearlink, $year );
Version | Description |
---|---|
1.5.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.