url_is_accessable_via_ssl
- url_is_accessable_via_ssl is deprecated since version 4.0.0!
url_is_accessable_via_ssl ( $url )
Parameters:- (string) url The URL to test.
Returns:- (bool) Whether SSL access is available.
Defined at: - Introduced in WordPress: 2.5.0
- Deprecated in WordPress: 4.0.0
Description
Determines if the URL can be accessed over SSL.Determines if the URL can be accessed over SSL by using the WordPress HTTP API to access
the URL using https as the scheme.