Support » Plugin: EZP Coming Soon Page » Where is subscriber info stored?

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

    (@bobriley)

    Hi the emails are stored stored in the easy_pie_emails table. To find out which contacts those correspond to do a select join with easy_pie_contacts such as

    ‘SELECT * FROM {prefix here}_easy_pie_contacts as a inner join {prefix here}_easy_pie_emails as b on a.id = b.contact_id’

    Thread Starter cln014

    (@cln014)

    Where do I find that table?

    Edit: Found it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Where is subscriber info stored?’ is closed to new replies.