Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save wp-seopress/788b672e75ad653387888ff13b3e2f62 to your computer and use it in GitHub Desktop.
Save wp-seopress/788b672e75ad653387888ff13b3e2f62 to your computer and use it in GitHub Desktop.
Filter Google Analytics IP Anonymization feature
function sp_gtag_anonymize_ip($html) {
return "'anonymize_ip': true,";
}
add_filter('seopress_gtag_anonymize_ip', 'sp_gtag_anonymize_ip');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment