I would suggest using Network Activation. If you are running it in multi-site I would also suggest pre-populating your license key for new sites that are created in multi-site by adding code to your wp-config.php file.
Customize this code with your license key and add it to your wp-config.php file:
define(‘GF_LICENSE_KEY’,'YOUR_KEY_GOES_HERE’);
What this will do is pre-populate the license key on the settings page so you don't have to do it for each site. Just keep in mind it will only do this when a site is first created, so existing sites won't be pre-populated.
Posted 14 years ago on Monday October 18, 2010 |
Permalink