Feature request: add support for defining the license key in wp-config.php

Please add support for defining the X/Pro license key in wp-config.php.

For example:

define( 'THEMECO_LICENSE_KEY', 'license_key' );

This would allow us to configure licenses through deployment or environment configuration without manually entering them in the WordPress admin.