Add tracking support for marketplace and multichannel marketing options. (#37017)

This commit is contained in:
Justin Palmer 2023-03-08 15:41:46 +01:00 committed by GitHub
commit a74f80d19d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,4 @@
Significance: patch
Type: add
Add marketplace suggestions and multichannel marketing information to WC Tracker.

View File

@ -695,6 +695,8 @@ class WC_Tracker {
'hpos_cot_authoritative' => get_option( 'woocommerce_custom_orders_table_enabled' ),
'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' ),
);
}