Thread Starter
palovk
(@palovk)
Update….it seems that the only thing missing are the attributes from woo created while the plugin was active.
Please, how do I get to that data?
If you deactivated the cache, the contents of the cache are removed from your system. Sorry to say.
WordPress itself uses the cache for transients when it is active. So transients all vanish upon deactivation. https://developer.wordpress.org/reference/functions/set_transient/ But I don’t think that’s your issue.
It’s possible some components of WooCommerce use the cache for data that’s supposed to be persistent and stored, maybe, in wp_postmeta or some other table. But that is not the correct way to use the cache.