WpOrg\Requests

Requests::get_certificate_pathpublic staticWP 1.0

Get default certificate path.

Method of the class: Requests{}

No Hooks.

Returns

String. Default certificate path.

Usage

$result = Requests::get_certificate_path();

Requests::get_certificate_path() code WP 6.8.1

public static function get_certificate_path() {
	return self::$certificate_path;
}