Changeset 55063 for trunk/src/wp-includes/class-wp-http.php
- Timestamp:
- 01/13/2023 02:20:46 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-http.php
r55046 r55063 372 372 * @since 5.1.0 The `$url` parameter was added. 373 373 * 374 * @param bool $ssl_verify Whether to verify the SSL connection. Default true. 375 * @param string $url The request URL. 374 * @param bool|string $ssl_verify Boolean to control whether to verify the SSL connection 375 * or path to an SSL certificate. 376 * @param string $url The request URL. 376 377 */ 377 378 $options['verify'] = apply_filters( 'https_ssl_verify', $options['verify'], $url );
Note: See TracChangeset
for help on using the changeset viewer.