API17

API17:JPluginHelper::isEnabled

From Joomla! Documentation

Joomla 11.1 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


User contributed notes

Code Examples