# kirbytext:after

****

```php "/site/config/config.php"
return [
    'hooks' => [
        'kirbytext:after' => function (string $text) {
            // your code goes here
            return $text;
        }
    ]
]
```

| Name | Type |
| ---- | ---- |
| `$text` | `string` |

## Further information

See <a href="https://getkirby.com/docs/cookbook/extensions/kirbytext-hooks">The order of kirbytext/kirbytags hooks</a>