Last active
December 4, 2015 17:05
-
-
Save 75nineteen/938c887e0419c19e3ba2 to your computer and use it in GitHub Desktop.
Delete all scheduled emails for a specific email
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DELETE FROM {$wpdb->prefix}followup_email_orders WHERE email_id=12345 AND is_sent=0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Find your database prefix
{$wpdb->prefix}
with your prefix for your database.wp_
- can be found inwp-config.php
.Get the email_id
Follow-up Emails > Scheduled Emails
http://domain.com/wp-admin/post.php?post=12345&action=edit
post=12345