day_link

最后更新于:2021-11-26 04:13:09

apply_filters( ‘day_link’, string $daylink, int $year, int $month, int $day )

Filters the day archive permalink.

参数

$daylink

(string)
Permalink for the day archive.

$year

(int)
Year for the archive.

$month

(int)
Month for the archive.

$day

(int)
The day for the archive.

源文件

文件: gc-includes/link-template.php

View on Trac