Skip to content

Kirby 4.2.0

Panel::go()

Redirect to a Panel url

Panel::go(?string $url = null, int $code = 302): void

Parameters

Name Type Default
$url string|null null
$code int 302

Exceptions

Type Description
Kirby\Panel\Redirect

Parent class

Kirby\Panel\Panel