core_version_check_query_args
apply_filters( ‘core_version_check_locale’, string $locale )
筛选挂钩:筛选作为核心版本检查的一部分发送的查询参数。
Filter Hook: Filter the query arguments sent as part of the core version check.
参数(Parameters)
参数 | 类型 | 说明 |
---|---|---|
$locale | (string) | 当前区域设置。 |
源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
2.8.0 | wp-includes/update.php:125 | 1 | 0 |
core_version_check_query_args 为WP2原创文章,链接:https://www.wp2.cn/hook/core_version_check_query_args/