month_link

month_link

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.4.3

apply_filters('month_link') is found 1 times:

  • /wp-includes/link-template.php line 608
    	 * @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.0