Changeset 49904 for trunk/src/wp-includes/default-filters.php
- Timestamp:
- 12/23/2020 07:11:20 PM (5 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
r49226 r49904 337 337 add_action( 'init', 'wp_cron' ); 338 338 } 339 340 // HTTPS detection. 341 add_action( 'init', 'wp_schedule_https_detection' ); 342 add_action( 'wp_https_detection', 'wp_update_https_detection_errors' ); 343 add_filter( 'cron_request', 'wp_cron_conditionally_prevent_sslverify', 9999 ); 339 344 340 345 // 2 Actions 2 Furious.
Note: See TracChangeset
for help on using the changeset viewer.