Add marketplace suggestions + multichannel marketing info to WC Tracker

This commit is contained in:
Justin Palmer 2023-03-01 17:00:17 +01:00
parent 25497c4faa
commit f0c2df54f5
No known key found for this signature in database
GPG Key ID: 439A3E2FF9D29E12
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' ),
);
}