Function __global->addon_installed__messaged
Definitions
sources/global3.php
- Check to see if an addon is installed. If not, install return an error message with a link to manage addons.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: bool
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$addon_name | ID_TEXT | required parameter | N/A | N/A | The addon name |
$error_msg | Tempcode | required parameter | N/A | N/A | Put an error message in here |
Return
- Whether it is
- Type: boolean
- Set: N/A
- Range: N/A