CARVIEW |
Select Language
HTTP/2 200
server: nginx
date: Sat, 19 Jul 2025 16:30:33 GMT
content-type: text/html; charset=UTF-8
vary: Accept-Encoding
x-olaf: ⛄
link: ; rel="https://api.w.org/"
link: ; rel="alternate"; title="JSON"; type="application/json"
x-frame-options: SAMEORIGIN
content-encoding: gzip
alt-svc: h3=":443"; ma=86400
x-nc: EXPIRED ord 1
wp-includes/https-detection.php | Developer.WordPress.org
File: wp-includes/https-detection.php
-
Short-circuits the process of detecting errors related to HTTPS support.
-
functionwp_get_https_detection_errors()
Runs a remote HTTPS request to detect whether HTTPS supported, and stores potential errors.
-
functionwp_schedule_https_detection()
Schedules the Cron hook for detecting HTTPS support.
-
Disables SSL verification if the ‘cron_request’ arguments include an HTTPS URL.
-
functionwp_is_local_html_output()
Checks whether a given HTML string is likely an output from this WordPress site.
-
functionwp_is_https_supported()
Checks whether HTTPS is supported for the server and domain.
-
functionwp_is_using_https()
Checks whether the website is using HTTPS.
-
functionwp_is_home_url_using_https()
Checks whether the current site URL is using HTTPS.
-
functionwp_is_site_url_using_https()
Checks whether the current site’s URL where WordPress is stored is using HTTPS.