Elgg
Version 3.0
|
Go to the source code of this file.
Variables | |
$plugin_guids = get_input('plugin_guids') | |
Deactivate a plugin or plugins. More... | |
if(!is_array($plugin_guids)) | $deactivated_plugins = [] |
if (!is_array($plugin_guids)) $deactivated_plugins = [] |
Definition at line 17 of file deactivate.php.
$plugin_guids = get_input('plugin_guids') |
Deactivate a plugin or plugins.
Plugins to be deactivated are passed via $_REQUEST['plugin_guids'] as GUIDs. After deactivating the plugin(s), the views cache and simplecache are invalidated.
mixed $_GET['plugin_guids'] The GUIDs of the plugin to deactivate. Can be an array.
Definition at line 11 of file deactivate.php.