Inventory_Presser_Addon_License_Validator::is_active( string $product_id, string $license_key )
Checks if a license key is active.
Contents
Parameters Parameters
- $product_id
-
(Required) The post ID of the download on inventorypresser.com.
- $license_key
-
(Required) The license key sold to the user.
Return Return
(bool)
Source Source
File: includes/addon/class-addon-license-validator.php
Expand full source code Collapse full source code View on Github