Elgg
Version 3.0
|
Go to the source code of this file.
Namespaces | |
Elgg\Core | |
Updates the advanced settings for the primary site object. | |
Variables | |
$plugin = elgg_extract('entity', $vars) | |
if(!($plugin instanceof\ElggPlugin)) if(!elgg_in_context('admin')) | if (!$plugin->isValid()) |
$plugin = elgg_extract('entity', $vars) |
Definition at line 10 of file plugin.php.
if (!($plugin instanceof\ElggPlugin)) if (!elgg_in_context('admin')) if(!$plugin->isValid()) |
Definition at line 19 of file plugin.php.