https_ssl_verify
apply_filters( ‘https_ssl_verify’, bool $ssl_verify , string $url )
过滤器::筛选是否应针对非本地请求验证SSL。
Filter Hook: Filters whether SSL should be verified for non-local requests.
参数(Parameters)
参数 | 类型 | 说明 |
---|---|---|
$ssl_verify | (bool) | 是否验证SSL连接。默认为真。 |
$url | (string) | 请求URL。 |
源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
5.1.0 | wp-includes/class-http.php:376 | 3 | 0 |
https_ssl_verify 为WP2原创文章,链接:https://www.wp2.cn/hook/https_ssl_verify/