Managing your license

Learn to manage your license

You can manage everything related to that license in the user dashboard.

In this section, we will learn how to activate and deactivate a license.

Activate your license

The first time you install ACPT on your website, you need to activate your license:

OPTION 1

Click on the Activate your license now button.

You will be redirected to the main ACPT website.

Paste your email and your license:

If everything is correct, you'll be redirected back to your website.

OPTION 2

Inside your wp-config.php file, add those two lines:

define('ACPT_LICENSE_KEY', 'xxxxxxxx');
define('ACPT_LICENSE_EMAIL', 'name@site.com');

Replace with the correct values and refresh this page, the plugin will automatically activate.

Congratulations, you are ready to go!

Disconnect a license

You can disconnect a license in two different ways.

From your website

On your website, go to the ACPT License page:

Click on the red button Deactivate.

This action will disconnect the license also on the ACPT server.

From the user dashboard

On the user dashboard, locate the Activations tab.

Click on the red link Deactivate.

You will see a notice regarding the outcome of the operation.

Last updated