File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
plugins/web-worker-offloading/third-party Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ function plwwo_google_site_kit_configure( $configuration ): array {
24
24
$ configuration = (array ) $ configuration ;
25
25
26
26
$ configuration ['globalFns ' ][] = 'gtag ' ; // Because gtag() is defined in one script and called in another.
27
- $ configuration ['forward ' ][] = 'dataLayer.push ' ; // Because the Partytown integration has this in its example config .
27
+ $ configuration ['forward ' ][] = 'dataLayer.push ' ; // See <https://partytown.builder.io/forwarding-event> .
28
28
29
29
// See <https://github.com/google/site-kit-wp/blob/440dcd6e8289a8776acc60ecb3c13f99bfd0ac5a/includes/Core/Consent_Mode/Consent_Mode.php#L239-L240>.
30
30
$ configuration ['mainWindowAccessors ' ][] = '_googlesitekitConsentCategoryMap ' ;
You can’t perform that action at this time.
0 commit comments