API17:JPluginHelper::isEnabled
From Joomla! Documentation
JPluginHelper::isEnabled
Description
Checks if a plugin is enabled.
public static function isEnabled (
$type
$plugin=null
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $type | string | The plugin type, relates to the sub-directory in the plugins directory. | |
| $plugin | string | null | The plugin name. |
See also
JPluginHelper::isEnabled source code on BitBucket
Class JPluginHelper
Subpackage Plugin- Other versions of JPluginHelper::isEnabled
User contributed notes
Code Examples