Skip to content

Commit 6fc3fd6

Browse files
authored
Merge pull request #732 from ExpressionEngine/feature/document-add-on-license-response
Add checkCachedLicenseResponse() to addon docs
2 parents 0739984 + 7f470db commit 6fc3fd6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/development/services/addon.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,3 +218,11 @@ Get the add-on Provider
218218
| Parameter | Type | Description |
219219
| --------- | ----------------------------------------- | ------------------- |
220220
| Returns | `ExpressionEngine\Core\Provider` | The add-on provider |
221+
222+
### `checkCachedLicenseResponse()`
223+
224+
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.
225+
226+
| Parameter | Type | Description |
227+
| --------- | --------- | ------------------- |
228+
| Returns | `String` | Possible license statuses: (valid, invalid, na, trial, expired) |

0 commit comments

Comments
 (0)