Go to the source code of this file.
$entity_guid = (int) get_input('entity_guid') |
Save settings from the notifications/mute page.
Definition at line 6 of file mute.php.
if (empty($entity_guid)||empty($recipient)||empty($muted_settings)||empty($hmac_token)) $hmac |
Initial value:])
$entity_guid
Handle muting notifications about an entity.
elgg_build_hmac($data)
Get an HMAC token builder/validator object.
Definition at line 18 of file mute.php.
$muted_settings = (array) get_input('mute', []) |
$recipient_guid = (int) get_input('recipient_guid') |