Skip to content

Instantly share code, notes, and snippets.

@codiller
Created April 2, 2019 01:04
Show Gist options
  • Save codiller/1301679e2ecb5c1688fb02b71221f222 to your computer and use it in GitHub Desktop.
Save codiller/1301679e2ecb5c1688fb02b71221f222 to your computer and use it in GitHub Desktop.
<?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