Skip to content

Instantly share code, notes, and snippets.

@robneu
Created February 26, 2013 20:48
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save robneu/5042028 to your computer and use it in GitHub Desktop.
Save robneu/5042028 to your computer and use it in GitHub Desktop.
Set your GF license key in wp-config
/** Define Gravity Forms License Key */
define("GF_LICENSE_KEY", "YOUR-LICENSE-KEY-HERE");
@kraftbj
Copy link

kraftbj commented Feb 27, 2013

I was looking for this awhile ago when setting up my new install prep script. You make me smile. :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment