Is there a way to allow for a single Dev License registration on a multi-site install? I'm primarily interested due to the need to minimize updating.
Thanks!
Is there a way to allow for a single Dev License registration on a multi-site install? I'm primarily interested due to the need to minimize updating.
Thanks!
Are you just looking to populate the key on multiple sites in one multi-site installation? You can populate a constant in your wp-config.php
[php]
define("GF_LICENSE_KEY", "YOUR-LICENSE-KEY-HERE");
More docs here for multi-site:
http://www.gravityhelp.com/documentation/page/WP_Config_Options
Thanks! This is exactly what I was looking for.
Great. Glad that worked out.