apply_filters( ‘month_link’, string $monthlink, int $year, int $month )

In this article

Filters the month archive permalink.

Parameters

$monthlinkstring
Permalink for the month archive.
$yearint
Year for the archive.
$monthint
The month for the archive.

Source

return apply_filters( 'month_link', $monthlink, $year, $month );

Changelog

VersionDescription
1.5.0Introduced.

User Contributed Notes

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