2022-12-15 17:34:08 +01:00
|
|
|
<?php
|
|
|
|
|
/**
|
|
|
|
|
* @package Google\Site_Kit
|
2025-02-28 08:42:11 +01:00
|
|
|
* @copyright 2025 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(
|
2025-08-27 08:44:30 +02:00
|
|
|
'features' => array( 'adsPax','gtagUserData','googleTagGateway','privacySandboxModule' ),
|
2022-12-15 17:34:08 +01:00
|
|
|
);
|