Skip to content

Kirby 5.0.4

h()

Shortcut for html()

h(string|null $string, bool $keepTags = false): string

Parameters

Name Type Default Description
$string stringornull no default value unencoded text
$keepTags bool false

Return type

string