Please submit a private ticket if you need to share sensitive information, such as license details and admin credentials.

Okay
  Public Ticket #3762812
How long stored
Open

Comments

  • Dovydas started the conversation

    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.

  •  1,222
    Dustin replied

    Hi Dovydas,

    Thanks for your interest in our plugin!

    We stored wishlists on the wp_options table, and it never expired:

    2526400110.png

    We'll move them to a separate table soon.

    Best regards,
    Dustin

  • Dovydas replied

    Maybe you can write here function or something like that, for example delete whishlists older than month or something like that?