wpseek.com
A WordPress-centric search engine for devs and theme authors
wp-includes/https-detection.php › WordPress File
Functions6
› HTTPS detection functions.
Function | Short description |
---|---|
wp_cron_conditionally_prevent_sslverify | Disables SSL verification if the 'cron_request' arguments include an HTTPS URL. |
wp_is_https_supported | Checks whether HTTPS is supported for the server and domain. |
wp_is_owned_html_output | Checks whether a given HTML string is likely an output from this WordPress site. |
wp_is_using_https | Checks whether the website is using HTTPS. |
wp_schedule_https_detection | Schedules the Cron hook for detecting HTTPS support. |
wp_update_https_detection_errors | Runs a remote HTTPS request to detect whether HTTPS supported, and stores potential errors. |