date_formats
apply_filters( ‘date_formats’, string[] $default_date_formats )
筛选挂钩:筛选默认日期格式。
Filter Hook: Filters the default date formats.
参数(Parameters)
参数 | 类型 | 说明 |
---|---|---|
$default_date_formats | (string[]) | 默认日期格式的数组。 |
源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
4.0.0 | wp-admin/options-general.php:318 | 0 | 0 |
date_formats 为WP2原创文章,链接:https://www.wp2.cn/hook/date_formats/