Skip to content

Kirby 4.3.0

panel.route:after

/site/config/config.php
return [
    'hooks' => [
        'panel.route:after' => function (Kirby\Http\Route $route, string $path, string $method, mixed $reponse) {
            // your code goes here
            return $reponse;
        }
    ]
]

Parameters

Parameter Type
$route Kirby\Http\Route
$path string
$method string
$reponse mixed