Advertisement
tribulant

Newsletter plugin - Delete subscribers with no subscriptions

Jun 27th, 2014
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 0.23 KB | None | 0 0
  1. // http://tribulant.com
  2. // Delete subscribers with no subscriptions
  3. // Replace "wp_" below with your WordPress database table prefix
  4.  
  5. DELETE FROM wp_wpmlsubscribers WHERE id NOT IN (SELECT subscriber_id FROM wp_wpmlsubscriberslists);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement