Skip to content

Commit 199e719

Browse files
authored
Explain why forward config is used with link to Partytown docs
1 parent 21ee145 commit 199e719

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/web-worker-offloading/third-party/seo-by-rank-math.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ function plwwo_rank_math_configure( $configuration ): array {
2424
$configuration = (array) $configuration;
2525

2626
$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>.
2828
return $configuration;
2929
}
3030
add_filter( 'plwwo_configuration', 'plwwo_rank_math_configure' );

0 commit comments

Comments
 (0)