apply_filters( 'the_date', $the_date, $format, $before, $after )
参数
  • (string) $the_date The formatted date string.
    Required:
  • (string) $format PHP date format.
    Required:
  • (string) $before HTML output before the date.
    Required:
  • (string) $after HTML output after the date.
    Required:
定义位置
相关勾子
get_the_datethe_timethe_titlethe_sitesthe_category
相关方法
the_dateget_the_datethe_date_xmlthe_timethe_titlethe_terms
引入
0.71
弃用
-

the_date是一个模板标签,显示一个文章或页面的发布日期。它可以用来在网站的不同地方显示日期,如在文章的元数据或文章内容本身。

过滤文章的发布日期,以便显示。

$the_date = apply_filters( 'the_date', $the_date, $format, $before, $after );

常见问题

FAQs
查看更多 >