wp-optimize deletes /cache/ directory in other plugins
-
It looks like cache/class-wpo-page-cache.php near line 630 looks around in the plugins directory for any plugin with a /cache directory and then removes that directory along with its contents. I noticed it because of a conflict with my plugin bitfire which also has a cache directory.
This seems like a really bad way to find your cache directory. If wp-optimize gets confused about where this directory is located, maybe you could drop a special .wp-optimize.txt file in the directory to help you identify it?
I’m sure I’m not the only plugin in the repo with a /cache directory this has happened to.
The topic ‘wp-optimize deletes /cache/ directory in other plugins’ is closed to new replies.