Skip to content

Instantly share code, notes, and snippets.

@bhubbard
Created September 21, 2015 18:46
Show Gist options
  • Save bhubbard/f92bde67e0e545b908b8 to your computer and use it in GitHub Desktop.
Save bhubbard/f92bde67e0e545b908b8 to your computer and use it in GitHub Desktop.
define("GF_THEME_IMPORT_FILE", "http://www.domain.com/path/to/gf_import.xml");
define("GF_LICENSE_KEY", "YOUR-LICENSE-KEY-HERE");
// Gravity Forms - Recaptcha Keys
define("GF_RECAPTCHA_PUBLIC_KEY", "YOUR-KEY-HERE");
define("GF_RECAPTCHA_PRIVATE_KEY", "YOUR-KEY-HERE");
// Default Import Forms
define("GF_IMPORT_FILE", "http://www.domain.com/path/to/gf_import.xml");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment