Go to the source code of this file.
◆ $params
Saves user-specific plugin settings.
This action can be overriden for a specific plugin by creating the <plugin_id>/usersettings/save action in that plugin.
@uses array $_REQUEST['params'] A set of key/value pairs to save to the ElggPlugin entity @uses int $_REQUEST['plugin_id'] The id of the plugin @uses int $_REQUEST['user_guid'] The GUID of the user to save settings for.
Definition at line 13 of file save.php.
◆ $plugin
◆ $plugin_id
◆ $result
◆ $user
◆ $user_guid
◆ else
Initial value:{
if(! $plugin instanceof \ElggPlugin||! $plugin->isActive()) $plugin_name
if(empty($plugin_id)) $plugin
Definition at line 28 of file save.php.