Filters the month archive permalink.
$monthlinkstring$yearint$monthintwp-includes/link-template.php:608get_month_link() * @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. */ return apply_filters( 'month_link', $monthlink, $year, $month );} /** * Retrieves the permalink for the day archives with year and month. * * @since 1.0.0Introduced in 1.5.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.