Forums
(@aksharadas)
5 years ago
Hello,
You need to check the wp-config.php for this line: define(‘DISABLE_WP_CRON’, true); and change it to define(‘DISABLE_WP_CRON’, false); or add it if it is not there.
Then the cron will run.