JPluginHelper::isEnabled
From Joomla! Documentation
The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.
JPluginHelper::isEnabled[edit]
Description[edit]
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[edit]
- JPluginHelper::isEnabled source code on BitBucket
- Class JPluginHelper
- Subpackage Plugin
- Other versions of JPluginHelper::isEnabled
User contributed notes[edit]
Code Examples[edit]