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