• Resolved ms100

    (@ms100)


    Hello team,

    Hope you are well today.

    I’m cleaning up database for a company which no longer user any wishlist plugin at all.

    Do you maybe know if this one in wp_options comes from your plugin?
    widget_widget_top_wishlist

    INSERT INTOwp_options(option_id,option_name,option_value,autoload`) VALUES
    (66419, ‘widget_widget_top_wishlist’, ‘a:3:{s:12:\”_multiwidget\”;i:1;i:3;a:3:{s:9:\”show_icon\”;i:1;s:9:\”show_text\”;i:0;s:4:\”text\”;s:14:\”Verlanglijst -\”;}i:5;a:3:{s:9:\”show_icon\”;i:1;s:9:\”show_text\”;i:0;s:4:\”text\”;s:14:\”Verlanglijst -\”;}}’, ‘yes’);`

    Is it safe to delete after uninstalling the plugin?

    Thanks in advance 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author templateinvaders

    (@templateinvaders)

    Hi @ms100

    Yes, it looks like the widget settings are related to our plugin widget. You can delete this row.

    The data is left in the database because such settings are generated by WordPress core and will be deleted only if the widget is removed from the sidebar. Since you deactivated our plugin you can delete such data from a database also.

    Thread Starter ms100

    (@ms100)

    Thanks for the fast reply and explenation, very much appreciated.
    Have a great day @templateinvaders 🙂

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

The topic ‘widget_widget_top_wishlist’ is closed to new replies.