llms_get_add_on( string|array $addon = array(), string $lookup_key = 'id' )
Instantiate a new LLMS_Add_On object
Parameters Parameters
- $addon
-
(string|array) (Optional) Add-on data array or a string (such as an ID or update file path) used to lookup the addon.
Default value: array()
- $lookup_key
-
(string) (Optional) If $addon is a string, this determines how to lookup the addon from the available list of addons.
Default value: 'id'
Return Return
Source Source
File: includes/admin/llms.functions.admin.php
} return $page_id; }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.22.0 | Introduced. |