day_link

过滤钩子


apply_filters( 'day_link', $daylink, $year, $month, $day )
参数
  • (string)
    $daylink
    Permalink for the day archive.
    Required:
  • (int)
    $year
    Year for the archive.
    Required:
  • (int)
    $month
    Month for the archive.
    Required:
  • (int)
    $day
    The day for the archive.
    Required:
定义位置
  • wp-includes/link-template.php
    , line 651
引入
1.5.0
弃用

Filters the day archive permalink.

return apply_filters( 'day_link', $daylink, $year, $month, $day );