OVERRIDE_HASH
OVERRIDE_HASH = 'caf9da518b5d4b46c2ef1f9d7cba50ad'
Handles the display and saving of the license key on the plugin settings page.
__construct(\Barn2\WRO_Lib\Plugin\License\License $license, $is_woocommerce = false, $is_edd = false)
\Barn2\WRO_Lib\Plugin\License\License | $license | |
$is_woocommerce | ||
$is_edd |
save_license_key(string $license_key) : string
Save the specified license key.
If there is a valid key currently active, the current key will be deactivated first before activating the new one.
string | $license_key | The license key to save. |
The license key.