Powered Cache licensing system works with a license key and domain of the WordPress installation. However, you don’t need an additional license for a multisite setup. Here are the details about licensing;
a) If you are using Powered Cache for a regular WordPress installation, you just need one license key.
b) If you are going to activate Powered Cache network-wide, you will need one license for the entire network.
c) If you don’t want to activate network-wide on the multisite?
- Regular admins can bring their own licenses and activate.
- Define license in wp-config.php file, and subsites don’t need to deal with licensing at all. In order to go in this direction, you will need to activate the license for the network domain beforehand. (this is added since Powered Cache Premium 2.4)
Install Type | Network-Activated? | License key defined in config? | Subscriptions |
Standard | – | – | 1 per install |
Multisite (subfolders) | Yes | Yes/No | 1 |
Multisite (subdomain) | Yes | Yes/No | 1 |
Multisite (subfolders) | No | Yes/No | 1 |
Multisite (subdomain) | No | Yes | 1 |
Multisite (subdomain) | No | No | 1 per active site |
Multisite (domain mapping) | Yes | Yes/No | 1 |
Multisite (domain mapping) | No | Yes | 1 |
Multisite (domain mapping) | No | No | 1 per active site |
Define License Key in Configuration File
First, add your license domain under “my-account” page.
And then add your license to the configuration file (wp-config.php)
define(‘POWERED_CACHE_LICENSE_KEY’,’YOUR-LICENSE-KEY-HERE’);
That’s all!
PS: When defining the license in the configuration file, the licensing tab will not be shown on the plugin settings page.