Changeset 56664 for trunk/src/wp-includes/default-filters.php
- Timestamp:
- 09/22/2023 07:06:45 PM (2 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/default-filters.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/default-filters.php
r56529 r56664 388 388 } 389 389 390 // HTTPS detection.391 add_action( 'init', 'wp_schedule_https_detection' );392 add_action( 'wp_https_detection', 'wp_update_https_detection_errors' );393 add_filter( 'cron_request', 'wp_cron_conditionally_prevent_sslverify', 9999 );394 395 390 // HTTPS migration. 396 391 add_action( 'update_option_home', 'wp_update_https_migration_required', 10, 2 );
Note: See TracChangeset
for help on using the changeset viewer.