---
id: gk-foundation-notices-ajax-live-update
title: "Filter - gk/foundation/notices/ajax/live-update"
sidebar_label: "gk/foundation/notices/ajax/live-update"
tags:
  - "1.3.0"
---

# Filter: gk/foundation/notices/ajax/live-update

Filters the response from a live update callback.

## Parameters

| Name | Type | Description |
|------|------|-------------|
| $response | `mixed` | Response from the callback. |
| $context | `array` | Context passed to the callback. |
| $notice | `\StoredNoticeInterface` | The notice being updated. |

### Since

- 1.3.0

### Source

Defined in `Notices/StoredNotice.php` at line 208

