Filters the month archive permalink.
Parameters
$monthlink
string- Permalink for the month archive.
$year
int- Year for the archive.
$month
int- The month for the archive.
Source
return apply_filters( 'month_link', $monthlink, $year, $month );
Changelog
Version | Description |
---|---|
1.5.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.