Skip to main content

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

NameTypeDescription
$canboolWhether the current user may manage the connection.
$contextarray
↳ $actionstringKernel action being authorized.

Since

  • 1.26.0

Source

Defined in AccountConnection/Framework.php at line 635