Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ChaseWiseman/adf055a2157a0563f72fffac74924ca2 to your computer and use it in GitHub Desktop.
Save ChaseWiseman/adf055a2157a0563f72fffac74924ca2 to your computer and use it in GitHub Desktop.
<?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