kirbytags:before
$text, $data, $options
return [
'hooks' => [
'kirbytags:before' => function ($text, $data, $options) {
// your code goes here
return $text;
}
]
]
$text, $data, $options
return [
'hooks' => [
'kirbytags:before' => function ($text, $data, $options) {
// your code goes here
return $text;
}
]
]