[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
