• Resolved seoweber

    (@seoweber)


    Hello
    how to remove all subscribers?
    Now the list has over 170,000 subscribers. I need to delete them all.

    I tried uninstalling the plugin and reinstalling it, but the subscribers are not removed.

Viewing 1 replies (of 1 total)
  • Plugin Contributor Asmi Patel

    (@asmipatel)

    Hello @seoweber,

    If you have access to your database you can search these two tables. Both the tables might have a WordPress prefix followed by the table name
    1. ig_lists_contacts
    2. ig_contacts

    You can execute this below SQL query on both the tables to completely remove the subscribers
    DELETE FROM tablename

Viewing 1 replies (of 1 total)
  • The topic ‘How to remove all subscribers’ is closed to new replies.