Go to the source code of this file.
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.
array $_REQUEST['params'] A set of key/value pairs to save to the ElggPlugin entity int $_REQUEST['plugin_id'] The id of the plugin int $_REQUEST['user_guid'] The GUID of the user to save settings for.
Definition at line 13 of file save.php.
if (!$plugin instanceof\ElggPlugin||!$plugin->isActive()||!$user||!$user->canEdit()) if (elgg_language_key_exists("{$plugin_id}:usersettings:title")) else |
Initial value:{
if(!$plugin instanceof\ElggPlugin||!$plugin->isActive()) $plugin_name
if(empty($plugin_id)) $plugin
Definition at line 28 of file save.php.