Make WordPress Core

Changes between Version 2 and Version 3 of Ticket #29581, comment 3


Ignore:
Timestamp:
09/09/2014 03:33:35 PM (10 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29581, comment 3

    v2 v3  
    11By 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`.
    22
    3 My test snippet from comment:7:ticket:23133 would probably help to determine if that's the issue, also 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).
     3My 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).