mirror of
https://git.sindominio.net/estibadores/wordpress.git
synced 2024-11-14 23:21:07 +01:00
16 lines
415 B
PHP
16 lines
415 B
PHP
|
<?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
|
||
|
*/
|
||
|
|
||
|
include dirname( __FILE__ ) . "/google-analytics/wp-google-analytics.php";
|