---
id: gk-foundation-notices-ajax-snoozed
title: "Action - gk/foundation/notices/ajax/snoozed"
sidebar_label: "gk/foundation/notices/ajax/snoozed"
tags:
  - "1.3.0"
---

# Action: gk/foundation/notices/ajax/snoozed

Fires after a notice has been snoozed via Ajax.

## Parameters

| Name | Type | Description |
|------|------|-------------|
| $notice_id | `string` | ID of the snoozed notice. |
| $user_id | `int` | ID of the user who snoozed the notice. |
| $snooze_until | `int` | Timestamp when the snooze expires. |

### Since

- 1.3.0

### Source

Defined in `Notices/NoticeAjaxController.php` at line 316

