Last active
September 15, 2016 17:38
-
-
Save derekashauer/13ecc24bc172d13b9195a98bda7d2400 to your computer and use it in GitHub Desktop.
EDD Experiment Setup1
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
// In my header.php file right below the </head> tag | |
<?php if ( is_page( 'pro' ) && !edd_cart_has_discounts() ) { | |
<!-- Code provided by Google Experiments --> | |
<?php } } ?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment