Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor pronskiy

    (@pronskiy)

    Hi,

    Thanks for the question.
    When you uninstall this plugin it will not delete additional information that was saved.
    However, that is only one row in options table that cannot affect any other behavior in any way. And if you would like, I can provide you with easy cleanup instructions.

    Best regards,
    Roman

    Thread Starter iSaumya

    (@isaumya)

    Yes, please provide a cleanup instructuction.

    Plugin Contributor pronskiy

    (@pronskiy)

    You can clean up by running following query against your database:

    DELETE FROM wp_options WHERE option_name = "sep_exclude";

    Please note that you need to adjust your table prefix accordingly.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘After deleting the plugin does it delete all of its corresponding data from DB?’ is closed to new replies.