Filters whether SSL should be verified for local HTTP API requests.
Parameters
$ssl_verify
bool|string- Boolean to control whether to verify the SSL connection or path to an SSL certificate.
$url
string- The request URL.
Source
$ssl_verify = apply_filters( 'https_local_ssl_verify', $ssl_verify, $url );
User Contributed Notes
You must log in before being able to contribute a note or feedback.