Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #63547, comment 3


Ignore:
Timestamp:
06/08/2025 10:13:32 PM (9 months ago)
Author:
westonruter
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #63547, comment 3

    v1 v2  
    7676}}}
    7777
    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:
    7978
    8079{{{
    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'
    8281Requested URL: http://localhost:8000/wp-cron.php?doing_wp_cron
    8382Execution time: 1.0125 seconds