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 50
array
activate_license()
Activate the configured license key.
at line 62
array
deactivate_license()
Deactivate the configured license key.
at line 74
array
check_license_status(bool $force = false)
Check license status against the remote server.
at line 105
array
check_plugin_update()
Check for plugin updates tied to the license key.
at line 124
array
get_plugin_information()
Retrieve plugin metadata from the licensing server.
at line 136
array
check_theme_update()
Check for theme updates tied to the license key.
at line 148
bool
get_code_version()
Fire-and-forget check for code integrity.