Account

Please login to view your account.

Your LIcense Key

Starting in 2024, we have done away with License Keys. If you are still using an older theme and the License Key message is showing in WordPress, remove these lines of code from your theme’s functions.php file:

require( get_template_directory() . '/inc/updater.php' );

$license_manager = new GPP_Updater(
    'theme-name',
    'Theme Name',
    'theme-name',
    $type = 'theme',
    $plugin_file = ''
);