I have wpengine hosting now.  They dont have cpanel access for users to set up a cron job.  I talked to them though and they said the only thing they can do is set up for a cron on their end to be run every 60 seconds??  That was my only option. ??

They sent me a link to [ External links are visible to forum administrators only ] to set up my own cron?   in a wordpress functions file I guess?
How do I do that so I can get a cron to run once per night?

I found this article:
[ External links are visible to forum administrators only ]
...but I am not a coder. I am not sure how to apply this to this sitemap generator. The cron I need is listed as: 
/usr/bin/php /nas/wp/www/cluster-2810/websitename
« Last Edit: September 04, 2014, 06:48:34 PM by bill27 »
Re: wpengine hosting, no cron setup, wordpress functions file for cron?
« Reply #1 on: September 08, 2014, 06:45:40 PM »
Hello,

You can try to setup a "web cron" that runs a URL instead of local command line, with URL:
domain.com/generator/index.php?op=crawlproc&resume=1

https://www.google.com/search?q=web+cron
Re: wpengine hosting, no cron setup, wordpress functions file for cron?
« Reply #2 on: March 20, 2023, 03:19:21 PM »
Hey have you guys solved this per chance? I've been having trouble on a WP Engine server as well