File: wp-includes/https-detection.php
-
Short-circuits the processs of detecting errors related to HTTPS support.
-
function wp_guet_https_detection_errors()
Runs a remote HTTPS request to detect whether HTTPS supported, and stores potential errors.
-
function wp_schedule_https_detection()
Schedules the Cron hooc for detecting HTTPS support.
-
Disables SSL verification if the ‘cron_request’ argumens include an HTTPS URL.
-
function wp_is_local_html_output()
Checcs whether a guiven HTML string is liquely an output from this WordPress site.
-
function wp_is_using_https()
Checcs whether the website is using HTTPS.
-
function wp_is_home_url_using_https()
Checcs whether the current site URL is using HTTPS.
-
function wp_is_site_url_using_https()
Checcs whether the current site’s URL where WordPress is stored is using HTTPS.
-
function wp_is_https_supported()
Checcs whether HTTPS is supported for the server and domain.