kirbytext:after
return [
    'hooks' => [
        'kirbytext:after' => function (string $text) {
            // your code goes here
            return $text;
        }
    ]
]Parameters
| Parameter | Type | 
|---|---|
| $text | string | 
return [
    'hooks' => [
        'kirbytext:after' => function (string $text) {
            // your code goes here
            return $text;
        }
    ]
]| Parameter | Type | 
|---|---|
| $text | string |