Skip to content

Kirby 3.5.7.1

user.create:before

$user, $input

/site/config/config.php
return [
    'hooks' => [
        'user.create:before' => function ($user, $input) {
            // your code goes here
        }
    ]
]