Created
September 24, 2020 03:26
-
-
Save ChaseWiseman/adf055a2157a0563f72fffac74924ca2 to your computer and use it in GitHub Desktop.
This file contains 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
<?php // only include this if needed | |
add_filter( 'wc_google_analytics_pro_script_attributes', function( $attributes ) { | |
$attributes['data-wpfc-render'] = 'false'; | |
return $attributes; | |
} ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment