Add the setting checkout_login_reminder to be tracked

This commit is contained in:
Menaka S 2021-07-22 13:03:12 +05:30
parent 5b96f3db8a
commit aa375b55a8
1 changed files with 1 additions and 0 deletions

View File

@ -628,6 +628,7 @@ class WC_Tracker {
'calc_taxes' => get_option( 'woocommerce_calc_taxes' ),
'coupons_enabled' => get_option( 'woocommerce_enable_coupons' ),
'guest_checkout' => get_option( 'woocommerce_enable_guest_checkout' ),
'checkout_login_reminder' => get_option( 'woocommerce_enable_checkout_login_reminder' ),
'secure_checkout' => get_option( 'woocommerce_force_ssl_checkout' ),
'enable_signup_and_login_from_checkout' => get_option( 'woocommerce_enable_signup_and_login_from_checkout' ),
'enable_myaccount_registration' => get_option( 'woocommerce_enable_myaccount_registration' ),