Go to the source code of this file.
◆ $entity_guid
$entity_guid = (int) get_input('entity_guid') |
Save settings from the notifications/mute page.
Definition at line 6 of file mute.php.
◆ $hmac
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.
◆ $hmac_token
◆ $muted_settings
$muted_settings = (array) get_input('mute', []) |
◆ $recipient
◆ $recipient_guid
$recipient_guid = (int) get_input('recipient_guid') |