Elgg  Version 5.1
Variables
activate.php File Reference

Go to the source code of this file.

Variables

 $plugin_guids = get_input('plugin_guids', [])
 Activate a plugin or plugins. More...
 
if(!is_array($plugin_guids)) $activated_plugins = []
 

Variable Documentation

if (!is_array($plugin_guids)) $activated_plugins = []

Definition at line 17 of file activate.php.

$plugin_guids = get_input('plugin_guids', [])

Activate a plugin or plugins.

Plugins to be activated are passed via $_REQUEST['plugin_guids'] as GUIDs. After activating the plugin(s), the views cache and simplecache are invalidated.

mixed $_GET['plugin_guids'] The GUIDs of the plugin to activate. Can be an array.

Definition at line 11 of file activate.php.