[ad_1]
[ad_2]
I wrote a custom plugin that uploads xml files from a remote server to my wp-content/uploads/xml folder every hour. However, at precisely every 44th minute of every hour this xml folder gets wiped completely.
I have disabled my security plugins, my custom plugin, I have checked all cron jobs and none of them run at the 44th minute of every hour. I have also paused a lot of these cron jobs regardless of the time and still nothing.
I've done the following
- Checked and disabled cron jobs
- No php error logs or server logs
- Disabled security plugin and my custom plugin
Do you mean that you checked all your cron jobs, as in the real crontab on the server, or do you mean the WP Cron jobs (“events”)?
And who is your host? They may have cron jobs running on their server.
Put the folder on read only and whatever is deleting it will crash.
looks like it’s serverside, check the server logs,