get_day_link
get_day_link ( $year, $month, $day )
Parameters:- (int|false) year Integer of year. False for current year.
- (int|false) month Integer of month. False for current month.
- (int|false) day Integer of day. False for current day.
Returns:- (string) The permalink for the specified day, month, and year archive.
Defined at: - Introduced in WordPress: 1.0.0
- Deprecated in WordPress: —
Description
Retrieves the permalink for the day archives with year and month.