Changeset 59865 for trunk/src/wp-includes/https-detection.php
- Timestamp:
- 02/24/2025 01:41:07 PM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/https-detection.php
r59517 r59865 103 103 * @param null|WP_Error $pre Error object to short-circuit detection, 104 104 * or null to continue with the default behavior. 105 * @return null|WP_Error Error object if HTTPS detection errors are found, null otherwise.106 105 */ 107 106 $support_errors = apply_filters( 'pre_wp_get_https_detection_errors', null );
Note: See TracChangeset
for help on using the changeset viewer.