Changes between Version 1 and Version 2 of Ticket #63547, comment 3
- Timestamp:
- 06/08/2025 10:13:32 PM (9 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #63547, comment 3
v1 v2 76 76 }}} 77 77 78 Note that plugins aren't loaded in requests to `wp-cron.php` so if I manually edit the file to add a `sleep(3)` at the top, then I also get an error:79 78 80 79 {{{ 81 $ wp eval-file try-http-api.php '/wp-cron.php?doing_wp_cron '80 $ wp eval-file try-http-api.php '/wp-cron.php?doing_wp_cron&sleep=3' 82 81 Requested URL: http://localhost:8000/wp-cron.php?doing_wp_cron 83 82 Execution time: 1.0125 seconds