• Resolved Cory Marsh

    (@bitslip6)


    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.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support vupdraft

    (@vupdraft)

    Apologies for the delay over the weekend, I am just checking this

    Plugin Support vupdraft

    (@vupdraft)

    Inside wp-content/cache directory, there are several WPO directories eg. wpo-cachewpo-minify etc, WPO only deletes those directories. It doesn’t touch cache from any other plugin

    Can you give me step by step instructions on how to reproduce the issue?

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘wp-optimize deletes /cache/ directory in other plugins’ is closed to new replies.