---
id: gk-foundation-connection-user-can-manage
title: "Filter - gk/foundation/connection/user-can-manage"
sidebar_label: "gk/foundation/connection/user-can-manage"
tags:
  - "1.26.0"
---

# Filter: gk/foundation/connection/user-can-manage

Filters whether the current user may manage the account connection.

Consumers route this through their own permission system; the kernel default is the WordPress admin capability.

## Parameters

| Name | Type | Description |
|------|------|-------------|
| $can | `bool` | Whether the current user may manage the connection. |
| $context | `array` |  |
| ↳ $action | `string` | Kernel action being authorized. |

### Since

- 1.26.0

### Source

Defined in `AccountConnection/Framework.php` at line 635

