Elgg  Version master
Variables
delete.php File Reference

Go to the source code of this file.

Variables

 $widget_guid = (int) get_input('widget_guid')
 Elgg widget delete action. More...
 
 $widget = get_entity($widget_guid)
 

Variable Documentation

$widget = get_entity($widget_guid)

Definition at line 8 of file delete.php.

$widget_guid = (int) get_input('widget_guid')

Elgg widget delete action.

Definition at line 6 of file delete.php.