#62364 closed defect (bug) (duplicate)
wp_is_https_supported() use a deprected function
Reported by: | sebastienserre | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | HTTP API | Keywords: | has-patch |
Focuses: | Cc: |
Description
Hello,
wp_is_https_supported() is using wp_update_https_detection_errors()
Is there something we're missing ?
Should we replace wp_update_https_detection_errors()
with wp_get_https_detection_errors()
Change History (6)
This ticket was mentioned in PR #7760 on WordPress/wordpress-develop by @geekofshire.
4 weeks ago
#2
- Keywords has-patch added
Note: See
TracTickets for help on using
tickets.
Replaced the deprecated
wp_update_https_detection_errors()
function withwp_get_https_detection_errors()
to align with the latest WordPress standards and avoid deprecation warnings.Trac ticket: https://core.trac.wordpress.org/ticket/62364