Skip to content

Kirby 4.1.2

kirbytags:after

/site/config/config.php
return [
    'hooks' => [
        'kirbytags:after' => function (string $text, array $data, array $options) {
            // your code goes here
            return $text;
        }
    ]
]

Parameters

Parameter Type
$text string
$data array
$options array

Further information

See The order of kirbytext/kirbytags hooks