Used By
Used By | Description |
---|---|
wp-includes/class-requests.php: Requests::get_default_options() | Get the default options |
Get default certificate path.
(string) Default certificate path.
File: wp-includes/class-requests.php
public static function get_certificate_path() { if ( ! empty( Requests::$certificate_path ) ) { return Requests::$certificate_path; } return dirname(__FILE__) . '/Requests/Transport/cacert.pem'; }
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/requests/get_certificate_path