2022-12-15 17:34:08 +01:00
|
|
|
<?php
|
|
|
|
|
/**
|
|
|
|
|
* @package Google\Site_Kit
|
2026-03-31 11:30:59 +02:00
|
|
|
* @copyright 2026 Google LLC
|
2022-12-15 17:34:08 +01:00
|
|
|
* @license https://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0
|
|
|
|
|
* @link https://sitekit.withgoogle.com
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
return array(
|
2026-03-31 11:30:59 +02:00
|
|
|
'features' => array( 'googleTagGateway','gtagUserData','proactiveUserEngagement','setupFlowRefresh' ),
|
2022-12-15 17:34:08 +01:00
|
|
|
);
|