So I ran into a weird issue. My host is media temple. Apparently meditemple doesn’t support cron jobs. So maybe this is a stupid question, but here it goes.
Could I use a different host (godaddy) to replace the cron job? Or does my wordpress site have to be on the same host as the cron job I am replacing?
Example… My wordpress site is hosted on mediatemple. I disable wp-cron in the php.
I set up a new cron on godaddy using this command: wget -q -O – https://e8d.a7e.mwp.accessdomain.com//wp-cron.php?doing_wp_cron >/dev/null 2>&1
Will it still work if they are different hosts?