apply_filters( 'https_local_ssl_verify', bool $ssl_verify, string $url )

Filters whether SSL should be verified for local requests.


Description Description


Parameters Parameters

$ssl_verify

(bool) Whether to verify the SSL connection. Default true.

$url

(string) The request URL.


Top ↑

Source Source

File: wp-includes/class-wp-http-streams.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
5.1.0 The $url parameter was added.
2.8.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.