blob: 1f077ab4125dfdc91af198c0aa0a4ed8f93f60ed (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<?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
*/
include dirname( __FILE__ ) . "/google-analytics/wp-google-analytics.php";
|