Go to the source code of this file.
if ($default_widgets) $context_stack[] = 'widgets' |
$default_widgets = (int) get_input('default_widgets', 0) |
Elgg save widget settings action.
int $_REQUEST['guid'] The guid of the widget to save array $_REQUEST['params'] An array of params to set on the widget. int $_REQUEST['default_widgets'] Flag for if these settings are for default wigets. string $_REQUEST['context'] An optional context of the widget. Used to return the correct output if widget content changes depending on context.
Definition at line 13 of file save.php.
Initial value:= [
elgg_view(string $view, array $vars=[], string $viewtype= '')
Return a parsed view.
Definition at line 51 of file save.php.