Add marketplace suggestions + multichannel marketing info to WC Tracker
This commit is contained in:
parent
25497c4faa
commit
f0c2df54f5
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: add
|
||||
|
||||
Add marketplace suggestions and multichannel marketing information to WC Tracker.
|
|
@ -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' ),
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue