| 1 | <?php |
| 2 | /** @var string $data_layer */ |
| 3 | ?> |
| 4 | <script data-cookieconsent="ignore"> |
| 5 | (function(w,d,l){w[l]=w[l]||[];function gtag(){w[l].push(arguments)} |
| 6 | gtag("consent","default",{ad_storage:d,analytics_storage:d,wait_for_update:500,}); |
| 7 | gtag("set", "ads_data_redaction", true);})(window,"denied","<?php echo esc_js( $data_layer ); ?>"); |
| 8 | </script> |
| 9 |