Elgg  Version 6.2
Variables
remove.php File Reference

Go to the source code of this file.

Variables

 $plugin_id = get_input('plugin_id')
 Remove all user and plugin settings from the give plugin ID. More...
 
if(empty($plugin_id)) $plugin = elgg_get_plugin_from_id($plugin_id)
 

Variable Documentation

◆ $plugin

if (empty( $plugin_id)) $plugin = elgg_get_plugin_from_id($plugin_id)

Definition at line 13 of file remove.php.

◆ $plugin_id

$plugin_id = get_input('plugin_id')

Remove all user and plugin settings from the give plugin ID.

Since
3.3

Definition at line 8 of file remove.php.