Requests::set_certificate_path( string $path )
Set default certificate path.
Parameters
- $path
-
(string) (Required) Certificate path, pointing to a PEM file.
Source
File: wp-includes/class-requests.php
public static function set_certificate_path($path) {
self::$certificate_path = $path;
}
© 2003–2021 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/requests/set_certificate_path