12 lines
318 B
PHP
12 lines
318 B
PHP
<?php
|
|
/**
|
|
* @package Google\Site_Kit
|
|
* @copyright 2026 Google LLC
|
|
* @license https://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0
|
|
* @link https://sitekit.withgoogle.com
|
|
*/
|
|
|
|
return array(
|
|
'features' => array( 'googleTagGateway','gtagUserData','proactiveUserEngagement','setupFlowRefresh' ),
|
|
);
|