[wp-hackers] WP Cron Bug

Jon Cave jon at lionsgoroar.co.uk
Wed May 4 21:40:37 UTC 2011


On Wed, May 4, 2011 at 7:43 PM, Chip Bennett <chip at chipbennett.net> wrote:
> ...or simply set ALTERNATE_WP_CRON to false in wp-config.php?
>
> // Alternate cron method (uses redirect rather than http loopback)
> define( 'ALTERNATE_WP_CRON', false );

You would have to define it as true to use wp_redirect instead of the
default wp_remote_post.


More information about the wp-hackers mailing list