Comments Dovydas started the conversation1 week ago on November 13, 2024 at 2:24pmHello. I have a question. When users add products to wishlist. Where data is stored and how long it will be stored? It is possible set time to expire wishlist. How to clean database space if its never expire. 1,222Dustin replied1 week ago on November 13, 2024 at 4:35pmHi Dovydas, Thanks for your interest in our plugin! We stored wishlists on the wp_options table, and it never expired: We'll move them to a separate table soon.Best regards,DustinDovydas replied1 week ago on November 13, 2024 at 4:42pmMaybe you can write here function or something like that, for example delete whishlists older than month or something like that? Sign in to reply ...
Hello. I have a question. When users add products to wishlist. Where data is stored and how long it will be stored? It is possible set time to expire wishlist. How to clean database space if its never expire.
Hi Dovydas,
Thanks for your interest in our plugin!
We stored wishlists on the wp_options table, and it never expired:
We'll move them to a separate table soon.
Best regards,
Dustin
Maybe you can write here function or something like that, for example delete whishlists older than month or something like that?