Hi @pabloyglesias
Sorry, that functionality is not available within the plugin.
Ok, but maybe export via SQL?
Where do you save this info?
Regards!
Plugin Author
WPKube
(@wpkube)
Hi @pabloyglesias
The table wp_subscribe_reloaded_subscribers is where the info about subscribers is stored ( email, ID, date of creation)
The table wp_post_meta is where the subscriptions are stored. If you do a search for _stcr@_ (meta_key value) you’ll see all the subscriptions.
meta_key is the email (prefixed with _stcr@_) and meta_value is the date of subscription + type of subscription (Y for all comments, R only for replies to the subscriber’s comment)