| 1 |
<?php |
| 2 |
|
| 3 |
/** |
| 4 |
* Module Name: Google Analytics |
| 5 |
* Module Description: Set up Google Analytics without touching a line of code. |
| 6 |
* First Introduced: 4.5 |
| 7 |
* Sort Order: 37 |
| 8 |
* Requires Connection: Yes |
| 9 |
* Auto Activate: No |
| 10 |
* Feature: Engagement |
| 11 |
* Additional Search Queries: webmaster, google, analytics, console |
| 12 |
* Plans: business, premium, security, complete |
| 13 |
*/ |
| 14 |
|
| 15 |
include dirname( __FILE__ ) . "/google-analytics/wp-google-analytics.php"; |
| 16 |
|