Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save wp-seopress/5515d6d44e6eb6bc145d2b26ee72adc1 to your computer and use it in GitHub Desktop.
Save wp-seopress/5515d6d44e6eb6bc145d2b26ee72adc1 to your computer and use it in GitHub Desktop.
Filter Google Analytics Cross-domain tracking feature
function sp_gtag_linker($html) {
return "'linker': {'domains': ['https://www.example.com/']},";
}
add_filter('seopress_gtag_linker', 'sp_gtag_linker');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment