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



the_modified_date › WordPress过滤钩子

Since2.1.0
已弃用n/a
apply_filters( 'the_modified_date', $the_modified_date, $format, $before, $after )
参数: (4)
  • (string|false) $the_modified_date The last modified date or false if no post is found.
    Required: Yes
  • (string) $format PHP date format.
    Required: Yes
  • (string) $before HTML output before the date.
    Required: Yes
  • (string) $after HTML output after the date.
    Required: Yes
定义在:
文档:

Filters the date a post was last modified for display.





源码

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