apply_filters( 'year_link', string $yearlink, int $year )

Filters the year archive permalink.


Parameters

$yearlink string
Permalink for the year archive.
$year int
Year for the archive.

Top ↑

Source

File: wp-includes/link-template.php. View all references

return apply_filters( 'year_link', $yearlink, $year );


Top ↑

Changelog

Changelog
Version Description
1.5.0 Introduced.

Top ↑

User Contributed Notes

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