Your Cron is Disabled?

Some sites disable WordPress’s default cron. This might be your case if Wysija shows this message:

This message is shown when this line is in your file wp-config.php:

define('DISABLE_WP_CRON', true);

Solutions

1. Delete the line above in your config.php file. You might ask the person who set up your website why it’s there in the first place.

2. Set up Wysija’s own cron in Wysija Settings > Advanced tab.

0