Changes between Version 2 and Version 3 of Ticket #29581, comment 3
- Timestamp:
- 09/09/2014 03:33:35 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29581, comment 3
v2 v3 1 1 By default, [http://codex.wordpress.org/Function_Reference/spawn_cron spawn_cron()] needs to be able to submit local HTTP requests back to the site in order to run scheduled jobs. This can be changed by using `ALTERNATE_WP_CRON` or setting up an external cron job to hit `wp-cron.php`. 2 2 3 My test snippet from comment:7:ticket:23133 would probably help to determine if that's the issue, al soyour site might be using a different transport than cURL (you can check it with the [https://wordpress.org/plugins/core-control/ Core Control] plugin).3 My test snippet from comment:7:ticket:23133 would probably help to determine if that's the issue, although your site might be using a different transport than cURL (you can check it with the [https://wordpress.org/plugins/core-control/ Core Control] plugin).