On this page
apply_filters( 'month_link', string $monthlink, int $year, int $month )
Filters the month archive permalink.
Parameters
$monthlinkstring-
Permalink for the month archive.
$yearint-
Year for the archive.
$monthint-
The month for the archive.
Source
File: wp-includes/link-template.php. View all references
return apply_filters( 'month_link', $monthlink, $year, $month );
Related
Used By
| Used By | Description |
|---|---|
| get_month_link() wp-includes/link-template.php | Retrieves the permalink for the month archives with year. |
Changelog
| Version | Description |
|---|---|
| 1.5.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/month_link