[wp-hackers] WP Cron Bug

Chip Bennett chip at chipbennett.net
Wed May 4 21:52:26 UTC 2011


The alternate cron method *is* wp_redirect. The http loopback is the default
cron method.

(Unless I somehow got that completely backward, or something changed.)

Chip

On Wed, May 4, 2011 at 4:40 PM, Jon Cave <jon at lionsgoroar.co.uk> wrote:

> 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.
> _______________________________________________
> wp-hackers mailing list
> wp-hackers at lists.automattic.com
> http://lists.automattic.com/mailman/listinfo/wp-hackers
>


More information about the wp-hackers mailing list