Created
October 16, 2015 14:00
-
-
Save 75nineteen/7ff42d007317aefe11f5 to your computer and use it in GitHub Desktop.
Delete all scheduled followups for Follow-up Emails
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 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
prefix
with your prefix for your database.wp_
- can be found inwp-config.php
.Make sure
is_sent = 0
is_sent = 1
then all history and reporting will be lost