Filter hook 'month_link'

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

Description

Filters the month archive permalink.

Occurrences

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

Parameters

Type Name Description
string $monthlink Permalink for the month archive.
int $year Year for the archive.
int $month The month for the archive.

PHP Doc

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