LLMS_Add_On
LifterLMS Add-On Model
Description Description
Source Source
File: includes/models/model.llms.add-on.php
Changelog Changelog
Version | Description |
---|---|
3.22.0 | Introduced. |
Methods Methods
- __construct — Constructor
- __get — Magic getter to retrieve add-on props from private $data array
- activate — Activate an add-on
- deactivate — Deactivate the addon
- get — Get add-on properties
- get_channel_subscription — Retrieve the update channel for the addon
- get_install_status — Determine the status of an addon's license
- get_installed_version — Get the currently installed version of an addon
- get_l10n — Translate strings
- get_latest_version — Retrieve the latest available version for the current channel
- get_license_status — Determine the status of an addon's license
- get_permalink — Retrieve a utm'd link to the add-on
- get_status — Get the addon's status
- get_type — Get the type of addon
- has_available_update — Determine if there is an available update for the add-on
- is_active — Determine if an installable addon is active
- is_installable — Determines if the add-on is installable
- is_installed — Determine if the add-on is currently installed
- is_licensed — Determines if the add-on is licensed
- lookup_add_on — Locate an add-on by a key/val pair