We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21ee145 commit 199e719Copy full SHA for 199e719
plugins/web-worker-offloading/third-party/seo-by-rank-math.php
@@ -24,7 +24,7 @@ function plwwo_rank_math_configure( $configuration ): array {
24
$configuration = (array) $configuration;
25
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.
+ $configuration['forward'][] = 'dataLayer.push'; // See <https://partytown.builder.io/forwarding-event>.
28
return $configuration;
29
}
30
add_filter( 'plwwo_configuration', 'plwwo_rank_math_configure' );
0 commit comments