Filter hook 'https_ssl_verify'

in WP Core File wp-includes/class-wp-http-curl.php at line 125

Description

Send a HTTP request to a URI using cURL extension.

Occurrences

Filename Line Number
wp-includes/class-wp-http-curl.php 125
wp-includes/class-wp-http-streams.php 116
wp-includes/class-wp-http.php 379

Parameters

Type Name Description
string $url The request URL.
string|array $args Optional. Override the defaults.

PHP Doc

/**
	 * Send a HTTP request to a URI using cURL extension.
	 *
	 * @since 2.7.0
	 *
	 * @param string       $url  The request URL.
	 * @param string|array $args Optional. Override the defaults.
	 * @return array|WP_Error Array containing 'headers', 'body', 'response', 'cookies', 'filename'. A WP_Error instance upon error
	 */