firetreedesign / ccbpress-core

Introducing the easiest way to display information from Church Community Builder (CCB) on your church WordPress site.
https://churchdataconnect.com/
GNU General Public License v2.0
2 stars 0 forks source link

Delete any active import jobs when the Data Import is Reset. #23

Closed danielmilner closed 6 years ago

danielmilner commented 6 years ago
global $wpdb;

$plugin_options = $wpdb->get_results( "SELECT option_name FROM $wpdb->options WHERE option_name LIKE 'wp_ccbpress_get_batch_%'" );

foreach( $plugin_options as $option ) {
    delete_option( $option->option_name );
}
danielmilner commented 6 years ago

Resolved with 9170f9bcf7551b162379b6d73027ef0fed0569fa