How to set up Cron Jobs For WordPress MULTISITE?
-
Hi friends, I have a wordpress multisite for experimental & demo purpose (Not live for business). There are currently 10+ sub sites. All are subdirectory style (not sub domain).
In my normal single wordpress site, I generally disable cron jobs by adding codes in the wp-config file & then creating a custom cron jobs from my c-panel’s setting.
I use this command there:wget -q -O – https://www.example.com/wp-cron.php?doing_wp_cron >/dev/null 2>&1
Should I do the same in the multisite or something different. When I searched online, in all articles they are providing some sort of script to add in the root directly & then adding cron jobs in the c-panel. As a non-tech guy ?? I am confused, because everyone’s script is different.
Here are some such article:
https://orbisius.com/blog/trigger-wp-cron-jobs-all-sites-wordpress-multisite-p4400
https://vpsfix.com/7456/setup-proper-cron-jobs-wordpress-multisite-network/
https://servebolt.com/help/article/how-to-setup-server-side-cron-for-wordpress-multisite/There are lots of articles giving different scripts.
So if anyone have experience, please tell me what to do for adding cron jobs in WordPress multisite.
- The topic ‘How to set up Cron Jobs For WordPress MULTISITE?’ is closed to new replies.