API17:JPluginHelper::isEnabled
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JPluginHelper::isEnabled
Description
Checks if a plugin is enabled.
Description:JPluginHelper::isEnabled [Edit Descripton]
Since
Synopsis
public static JPluginHelper::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. |
Returns
boolean
Defined in
libraries/joomla/plugin/helper.php
Referenced by
See also
SeeAlso:JPluginHelper::isEnabled
Examples
<CodeExamplesForm />
