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