Translations of this page?:
Learn about DokuWiki
Advanced Use
Corporate Use
Our Community
Follow us on Facebook, Twitter and other social networks.
Learn about DokuWiki
Advanced Use
Corporate Use
Our Community
Follow us on Facebook, Twitter and other social networks.
The event is signalled by the config plugin, lib/plugins/config/settings/config.class.php after it retrieves the plugin list from the plugin controller. It can be used to filter the plugins handled by this plugin.
An indexed array of plugin names.
NOTE: The plugin list includes all plugins installed, including any disabled plugins. There is no indication in the list whether or not the plugin is currently disabled. To discover whether or not a plugin is disabled use either:
plugin_isdisabled('plugin_name'); // inc/pluginutils.php // or global $plugin_controller; $plugin_controller->isdisabled('plugin_name'); // inc/pluginutils.php (maybe overridden in preload.php)