Go to the source code of this file.
◆ $column
| $column = (int) get_input('new_widget_column', 1) |
◆ $context
◆ $context_stack [1/2]
◆ $context_stack [2/2]
| if ( $default_widgets) $context_stack[] = 'widgets' |
◆ $default_widgets
| $default_widgets = (int) get_input('default_widgets', 0) |
◆ $guid
◆ $handler
| foreach Elgg Notifications NotificationEventHandler $handler = (string) get_input('handler') |
◆ $page_owner
◆ $page_owner_guid
| $page_owner_guid = (int) get_input('page_owner_guid') |
Elgg widget add action.
Definition at line 6 of file add.php.
◆ $position
| $position = get_input('new_widget_position', 'top') === 'top' ? 0 : -1 |
◆ $result
◆ $show_access
| $show_access = (bool) get_input('show_access', true) |
◆ $widget