apply_filters( 'month_link', string $monthlink, int $year, int $month )

Filters the month archive permalink.


Parameters

$monthlink

Permalink for the month archive.

$year

Year for the archive.

$month

The month for the archive.


Source

File: wp-includes/link-template.php

View on GitHub



Changelog

Changelog
Version Description
WP-1.5.0 Introduced.