Filter hook 'year_link'

in WP Core File wp-includes/link-template.php at line 568

Description

Filters the year archive permalink.

Occurrences

Filename Line Number
wp-includes/link-template.php 568

Parameters

Type Name Description
string $yearlink Permalink for the year archive.
int $year Year for the archive.

PHP Doc

/**
	 * Filters the year archive permalink.
	 *
	 * @since 1.5.0
	 *
	 * @param string $yearlink Permalink for the year archive.
	 * @param int    $year     Year for the archive.
	 */