---
id: gk-foundation-notices-render-before
title: "Action - gk/foundation/notices/render/before"
sidebar_label: "gk/foundation/notices/render/before"
tags:
  - "1.3.0"
---

# Action: gk/foundation/notices/render/before

Fires before notices are rendered.

## Parameters

| Name | Type | Description |
|------|------|-------------|
| $notices | `\NoticeInterface[]` | Active notices to be rendered (passed by reference). |
| $context | `string` | Current admin context. |

### Since

- 1.3.0

### Source

Defined in `Notices/NoticeManager.php` at line 577

