We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6be51d1 commit 82ee285Copy full SHA for 82ee285
src/Plugin.php
@@ -304,6 +304,7 @@ public function do_deactivation_process() {
304
delete_option( ConnectionStatus::CC_CONNECTION_USER_ID );
305
delete_option( ConnectionStatus::CC_FIRST_CONNECTION );
306
delete_option( ConnectionStatus::CC_CONNECTION_ESTABLISHED_KEY );
307
+
308
309
// WooCommerce Options
310
delete_option( 'cc_woo_store_information_first_name' );
@@ -315,6 +316,8 @@ public function do_deactivation_process() {
315
316
delete_option( 'cc_woo_store_information_contact_email');
317
delete_option( 'cc_woo_store_information_alt_login_url' );
318
delete_option( 'constant_contact_for_woo_has_setup' );
319
+ delete_option( 'cc_woo_customer_data_allow_import' );
320
321
}
322
323
/**
0 commit comments