wpseek.com
WordPress开发者和主题制作者的搜索引擎



the_weekday_date › WordPress过滤钩子

Since0.71
已弃用n/a
apply_filters( 'the_weekday_date', $the_weekday_date, $before, $after )
参数: (3)
  • (string) $the_weekday_date The weekday on which the post was written.
    Required: Yes
  • (string) $before The HTML to output before the date.
    Required: Yes
  • (string) $after The HTML to output after the date.
    Required: Yes
定义在:
文档:

Filters the localized date on which the post was written, for display.





源码

echo apply_filters( 'the_weekday_date', $the_weekday_date, $before, $after );