Elgg
Version 1.11
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
actions
usersettings
save.php
Go to the documentation of this file.
1
<?php
9
elgg_make_sticky_form
(
'usersettings'
);
10
11
// callbacks should return false to indicate that the sticky form should not be cleared
12
if
(
elgg_trigger_plugin_hook
(
'usersettings:save'
,
'user'
, null,
true
)) {
13
elgg_clear_sticky_form
(
'usersettings'
);
14
}
15
16
forward
(
REFERER
);
elgg_clear_sticky_form
elgg_clear_sticky_form($form_name)
Clear the sticky form cache.
Definition:
input.php:119
forward
elgg forward
Meant to mimic the php forward() function by simply redirecting the user to another page...
Definition:
elgglib.js:419
REFERER
const REFERER
Definition:
elgglib.php:1995
elgg_trigger_plugin_hook
elgg_trigger_plugin_hook($hook, $type, $params=null, $returnvalue=null)
Definition:
elgglib.php:775
elgg_make_sticky_form
elgg_make_sticky_form($form_name)
Load all the GET and POST variables into the sticky form cache.
Definition:
input.php:103
Generated on Sat Dec 21 2024 00:00:48 for Elgg by
1.8.11