Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save wp-seopress/1cc276e356c50329fafe6948190ad70c to your computer and use it in GitHub Desktop.
Save wp-seopress/1cc276e356c50329fafe6948190ad70c to your computer and use it in GitHub Desktop.
Filter Google Analytics Remarketing feature
function sp_gtag_allow_display_features($html) {
return "'allow_display_features': false,'";
}
add_filter('seopress_gtag_allow_display_features', 'sp_gtag_allow_display_features');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment