Elgg
Version 1.9
|
Go to the source code of this file.
Namespaces | |
Elgg\Core | |
Activate a plugin or plugins. | |
Variables | |
$guids = get_input('guids') | |
$plugins = array() | |
foreach($guids as $guid) | do |
$guids = get_input('guids') |
Definition at line 12 of file activate_all.php.
$plugins = array() |
Definition at line 15 of file activate_all.php.
foreach ($guids as $guid) do |
Definition at line 23 of file activate_all.php.