WP_CRON error message
-
In my admin panel I am getting this error:
Error: WP_CRON is disabled. Pending incoming links won't be verified! Edit your wp-config.php file and set DISABLE_WP_CRON to FALSE!
Yesterday I disabled WordPress Cron in my wp-config.php, because it’s a low traffic website, and I create a cron job in cPanel to that runs every 30 minutes:
wget -q -O - https://yourwebsite.com/wp-cron.php?doing_wp_cron >/dev/null 2>&1
If I understand correctly, I shouldn’t be getting the error message, because my cpanel cron job is triggering the WordPress one. Am I right?
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘WP_CRON error message’ is closed to new replies.