Method: Add a WooCommerce option name to our allowed options list and attach the `update_option` hook. Rather than inspecting every updated option and pattern matching for “woocommerce”, just build a dynamic list for WooCommerce options that might get updated.
Source: includes/tracks/events/class-wc-settings-tracking.php:48
Method: Send a Tracks event for WooCommerce options that changed values.
Source: includes/tracks/events/class-wc-settings-tracking.php:87
Method: Send a Tracks event for WooCommerce settings page views.
Source: includes/tracks/events/class-wc-settings-tracking.php:108
Class: This class adds actions to track usage of WooCommerce Settings.
Source: includes/tracks/events/class-wc-settings-tracking.php:13
Source: includes/tracks/events/class-wc-settings-tracking.php:32
Method: Add a WooCommerce option name to our whitelist and attach the `update_option` hook. Rather than inspecting every updated option and pattern matching for “woocommerce”, just build a dynamic whitelist for WooCommerce options that might get updated.
Source: includes/tracks/events/class-wc-settings-tracking.php:47
Method: Add WooCommerce option to a list of updated options.
Source: includes/tracks/events/class-wc-settings-tracking.php:64