Skip to content

Instantly share code, notes, and snippets.

@growdev
Last active August 29, 2015 14:26
Show Gist options
  • Save growdev/4bd58b58c450d6bfc23e to your computer and use it in GitHub Desktop.
Save growdev/4bd58b58c450d6bfc23e to your computer and use it in GitHub Desktop.
Remove page tracking from EDD EET
<?php
if ( function_exists( 'EDD_Enhanced_Ecommerce_Tracking' ) ) {
remove_action( 'wp_footer', array( EDD_Enhanced_Ecommerce_Tracking()->front_end, 'print_js_tracking_code' ) );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment