license_service
class license_service implements license_service_interface
| internal |
License Service.
Handles API communication with the licensing server (WooCommerce Software License).
Constants
| API_VERSION |
|
| APP_URL |
|
| APP_VENDOR |
|
| APP_UNIQUEID |
|
Methods
Activate the configured license key.
Deactivate the configured license key.
Check license status against the remote server.
Check for plugin updates tied to the license key.
Retrieve plugin metadata from the licensing server.
Check for theme updates tied to the license key.
Fire-and-forget check for code integrity.
Details
at line 49
array
activate_license()
Activate the configured license key.
at line 61
array
deactivate_license()
Deactivate the configured license key.
at line 73
array
check_license_status(bool $force = false)
Check license status against the remote server.
at line 104
array
check_plugin_update()
Check for plugin updates tied to the license key.
at line 123
array
get_plugin_information()
Retrieve plugin metadata from the licensing server.
at line 135
array
check_theme_update()
Check for theme updates tied to the license key.
at line 147
bool
get_code_version()
Fire-and-forget check for code integrity.