Remove new multichannel marketing option info from WC Tracker (#37438)

This commit is contained in:
Justin Palmer 2023-03-28 17:54:36 +02:00 committed by GitHub
commit a1ed69bc0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -0,0 +1,4 @@
Significance: patch
Type: update
Remove multichannel marketing info from WC Tracker

View File

@ -696,7 +696,6 @@ class WC_Tracker {
'hpos_transactions_enabled' => get_option( 'woocommerce_use_db_transactions_for_custom_orders_table_data_sync' ),
'hpos_transactions_level' => get_option( 'woocommerce_db_transactions_isolation_level_for_custom_orders_table_data_sync' ),
'show_marketplace_suggestions' => get_option( 'woocommerce_show_marketplace_suggestions' ),
'multichannel_marketing_enabled' => get_option( 'woocommerce_multichannel_marketing_enabled' ),
);
}