---
id: gk-foundation-notices-ajax-dismissed-global
title: "Action - gk/foundation/notices/ajax/dismissed-global"
sidebar_label: "gk/foundation/notices/ajax/dismissed-global"
tags:
  - "1.4.0"
---

# Action: gk/foundation/notices/ajax/dismissed-global

Fires after a notice has been globally dismissed via Ajax.

## Parameters

| Name | Type | Description |
|------|------|-------------|
| $notice_id | `string` | ID of the globally dismissed notice. |
| $user_id | `int` | ID of the user who globally dismissed the notice. |

### Since

- 1.4.0

### Source

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

