Missed scheduled WordPress

Due to your server configuration, you may need to use the alternate cron method, which uses redirect rather than http loopback.

Try adding the following to your wp-config.php file:

// Alternate cron method 
define( 'ALTERNATE_WP_CRON', true );

Leave a Comment