Skip to content

Commit 82ee285

Browse files
committed
One final update.
1 parent 6be51d1 commit 82ee285

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Plugin.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,7 @@ public function do_deactivation_process() {
304304
delete_option( ConnectionStatus::CC_CONNECTION_USER_ID );
305305
delete_option( ConnectionStatus::CC_FIRST_CONNECTION );
306306
delete_option( ConnectionStatus::CC_CONNECTION_ESTABLISHED_KEY );
307+
307308

308309
// WooCommerce Options
309310
delete_option( 'cc_woo_store_information_first_name' );
@@ -315,6 +316,8 @@ public function do_deactivation_process() {
315316
delete_option( 'cc_woo_store_information_contact_email');
316317
delete_option( 'cc_woo_store_information_alt_login_url' );
317318
delete_option( 'constant_contact_for_woo_has_setup' );
319+
delete_option( 'cc_woo_customer_data_allow_import' );
320+
318321
}
319322

320323
/**

0 commit comments

Comments
 (0)