|
includes/models/model.llms.add-on.php:
LLMS_Add_On::get_image()
|
Get the addon or author image URL for the add-on.
|
|
includes/models/model.llms.add-on.php:
LLMS_Add_On::uninstall()
|
Verifies the add-on can be uninstalled, and performs the uninstall (permanently deleting its files)
|
|
includes/models/model.llms.add-on.php:
LLMS_Add_On::uninstall_real()
|
Actually performs the uninstall
|
|
includes/models/model.llms.add-on.php:
LLMS_Add_On::is_active()
|
Determine if an installable addon is active
|
|
includes/models/model.llms.add-on.php:
LLMS_Add_On::is_installable()
|
Determines if the add-on is installable
|
|
includes/models/model.llms.add-on.php:
LLMS_Add_On::is_installed()
|
Determine if the add-on is currently installed
|
|
includes/models/model.llms.add-on.php:
LLMS_Add_On::get_installed_version()
|
Get the currently installed version of an addon
|
|
includes/models/model.llms.add-on.php:
LLMS_Add_On::get_latest_version()
|
Retrieve the latest available version for the current channel
|
|
includes/models/model.llms.add-on.php:
LLMS_Add_On::get_license_status()
|
Determine the status of an addon’s license
|
|
includes/models/model.llms.add-on.php:
LLMS_Add_On::get_permalink()
|
Retrieve a utm’d link to the add-on
|
|
includes/models/model.llms.add-on.php:
LLMS_Add_On::get_type()
|
Get the type of addon
|
|
includes/models/model.llms.add-on.php:
LLMS_Add_On::activate()
|
Activate an add-on
|
|
includes/models/model.llms.add-on.php:
LLMS_Add_On::deactivate()
|
Deactivate the addon
|