Solution:
I ran into a similar problem but received Unexpected HTTP response code: 400.
After adding define(‘DISABLE_WP_CRON’, true); to wp-config.php file, you must manually execute wp-cron.php using the system cron.
RESULT: Works perfectly now.
Solution:
I ran into a similar problem but received Unexpected HTTP response code: 400.
After adding define(‘DISABLE_WP_CRON’, true); to wp-config.php file, you must manually execute wp-cron.php using the system cron.
RESULT: Works perfectly now.