---
id: gk-gravityboard-notes-allowed-html
title: "Filter - gk/gravityboard/notes/allowed-html"
sidebar_label: "gk/gravityboard/notes/allowed-html"
tags:
  - "1.5.0"
---

# Filter: gk/gravityboard/notes/allowed-html

Filter the HTML a card note may contain. Add `img` back to allow images in notes.

## Parameters

| Name | Type | Description |
|------|------|-------------|
| $allowed | `array<string,array<string,bool>>` | The allowed HTML, in the shape wp_kses() takes: tag name =&gt; attribute name =&gt; allowed. |

### Since

- 1.5.0

### Source

Defined in `src/Helpers.php` at line 609

