Created
February 26, 2013 20:48
-
-
Save robneu/5042028 to your computer and use it in GitHub Desktop.
Set your GF license key in wp-config
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
/** Define Gravity Forms License Key */ | |
define("GF_LICENSE_KEY", "YOUR-LICENSE-KEY-HERE"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was looking for this awhile ago when setting up my new install prep script. You make me smile. :-)