Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/development/services/addon.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,3 +218,11 @@ Get the add-on Provider
| Parameter | Type | Description |
| --------- | ----------------------------------------- | ------------------- |
| Returns | `ExpressionEngine\Core\Provider` | The add-on provider |

### `checkCachedLicenseResponse()`

If ExpressionEngine License Validation is enabled for the add-on, this will return the status of the license. You can enable License Validation in the add-on management section of your vendor account. Please note, by enabling license validation through ExpressionEngine.com, you agree that you will not disable any functionality of a live site.

| Parameter | Type | Description |
| --------- | --------- | ------------------- |
| Returns | `String` | Possible license statuses: (valid, invalid, na, trial, expired) |