Created
February 28, 2019 18:52
-
-
Save wp-seopress/1cc276e356c50329fafe6948190ad70c to your computer and use it in GitHub Desktop.
Filter Google Analytics Remarketing feature
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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