a customer of mine made a mistake and accidentally removed the plugin totally. I don’t want to upload a backup of the whole database but only of the newsletter tables. I found 3 tables for subscribers, newsletter and stats. But where is the other information stored (subscription steps, forms etc.)?
Hi, restore the database elsewhere and extract from the wp_options table all the key starting with “newsletter”. One of them contains the subscription steps php serialized. You probably should restore all the options starting with newsletter.
If the customer removed totally the plugin, even all the wp_newsletter* tables should be restored.