summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/jetpack/modules/google-analytics/classes/wp-google-analytics-universal.php')
-rw-r--r--plugins/jetpack/modules/google-analytics/classes/wp-google-analytics-universal.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/plugins/jetpack/modules/google-analytics/classes/wp-google-analytics-universal.php b/plugins/jetpack/modules/google-analytics/classes/wp-google-analytics-universal.php
index f86edf65..999fffbd 100644
--- a/plugins/jetpack/modules/google-analytics/classes/wp-google-analytics-universal.php
+++ b/plugins/jetpack/modules/google-analytics/classes/wp-google-analytics-universal.php
@@ -49,12 +49,6 @@ class Jetpack_Google_Analytics_Universal {
return;
}
- // At this time, we only leverage universal analytics for enhanced ecommerce. If WooCommerce is not
- // present, don't bother emitting the tracking ID or fetching analytics.js
- if ( ! class_exists( 'WooCommerce' ) ) {
- return;
- }
-
/**
* Allow for additional elements to be added to the universal Google Analytics queue (ga) array
*