config.php
12 lines
| 1 | <?php |
| 2 | /** |
| 3 | * @package Google\Site_Kit |
| 4 | * @copyright 2026 Google LLC |
| 5 | * @license https://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 |
| 6 | * @link https://sitekit.withgoogle.com |
| 7 | */ |
| 8 | |
| 9 | return array( |
| 10 | 'features' => array( 'googleTagGateway','gtagUserData','pdfGeneration','proactiveUserEngagement','rrmExpressSetup','setupFlowRefresh','setupFlowRefreshPhase4','siteGoals' ), |
| 11 | ); |
| 12 |