首页 WordPress函数大全 get_day_link()

get_day_link()

2020-05-01 / 5136阅 / 悠然

如何你看完本文还不知道如何使用该函数,可以联系我定制视频教程,50元/个函数,学不会全额退款

get_day_link( int|false $year, int|false $month, int|false $day )

Retrieves the permalink for the day archives with year and month.

描述

参数

$year

(int|false)
(Required)
Integer of year. False for current year.

$month

(int|false)
(Required)
Integer of month. False for current month.

$day

(int|false)
(Required)
Integer of day. False for current day.

返回

(string) The permalink for the specified day, month, and year archive.

大家谈论
    我的见解