---
id: gk-foundation-licenses-activation-url
title: "Filter - gk/foundation/licenses/activation-url"
sidebar_label: "gk/foundation/licenses/activation-url"
---

# Filter: gk/foundation/licenses/activation-url

Modifies the URL sent to the store for a license scope.

## Parameters

| Name | Type | Description |
|------|------|-------------|
| $url | `string` | The resolved URL. Default: network_home_url() for network scope, home_url() otherwise. |
| $scope | `string` | The license scope. Accepts 'network' or 'site'. |
| $license_key | `string` | The license key the URL is being resolved for; empty when not key-specific. |

### Since

- TBD: TBD

### Source

Defined in `Licenses/LicenseManager.php` at line 711

