Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/link-template.php | apply_filters | 604 | /** * Filters the month archive permalink. * * @since 1.5.0 * * @param string $monthlink Permalink for the month archive. * @param int $year Year for the archive. * @param int $month The month for the archive. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
string | $monthlink | Permalink for the month archive. |
int | $year | Year for the archive. |
int | $month | The month for the archive. |