After disabling wp-cron, cpanel cron doesn’t seem to run properly
-
I started having problems with wp-cron, so I added
define(‘DISABLE_WP_CRON’, true);
to my wp-config.php, and created a cron job on my cPanel, to run every minute, exactly like this:
https://www.domain.com/wp-cron.php?doing_wp_cron >/dev/null 2>&1
Also, I installed the plugin wp-control to check if it was working.
It did work as soon as I installed it, but soon after, it didn’t, at least properly.
I checked the cron and it runs every minute, but still, the actions on wp-control are not run.any ideas?
Here you can see wp-control events:
https://tinyurl.com/y4473xau
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘After disabling wp-cron, cpanel cron doesn’t seem to run properly’ is closed to new replies.