apply_filters( 'month_link', string $monthlink , int $year , int $month )
Filters the month archive permalink.
Description Description
Parameters Parameters
- $monthlink
-
(string) Permalink for the month archive.
- $year
-
(int) Year for the archive.
- $month
-
(int) The month for the archive.
Source Source
Changelog Changelog
Version | Description |
---|---|
1.5.0 | Introduced. |