Created
April 2, 2019 01:04
-
-
Save codiller/1301679e2ecb5c1688fb02b71221f222 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 | |
/* | |
* | |
* Checks to see if Gravity Forms exists | |
* | |
*/ | |
if( class_exists( 'GFForms' ) ) { | |
/* | |
* | |
* Load UTM parameters file | |
* | |
*/ | |
include_once( get_stylesheet_directory() . '/lib/gforms_utm.php' ); | |
} | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment