Last active
August 29, 2015 14:26
-
-
Save growdev/4bd58b58c450d6bfc23e to your computer and use it in GitHub Desktop.
Remove page tracking from EDD EET
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
<?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