How to Schedule Scripts

The simple answer is no

The more complex answer is no - but kind of

You can create a php script to do the updates, but the PHP is only called when the page is visited. So you could write the script in such a way that it checks when it was last run, and if its been more than a day, run again. But it wont automatically run at a set time like a cronjob

CronJobs were unfortunaitly disabled a while back:

6 Likes