summaryrefslogtreecommitdiff
blob: bd62094da1490b903a8b6a1354881731abaaceb6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?php
/**
 * Module Name: Google Analytics
 * Module Description: Set up Google Analytics without touching a line of code.
 * First Introduced: 4.5
 * Sort Order: 37
 * Requires Connection: Yes
 * Auto Activate: No
 * Feature: Engagement
 * Additional Search Queries: webmaster, google, analytics, console
 * Plans: business, premium, security, complete
 *
 * @package automattic/jetpack
 */

// Load main Jetpack_Google_Analytics class.
require __DIR__ . '/google-analytics/wp-google-analytics.php';