Kirby 2 Docs
❌ Kirby 2 has reached its end of life. Migrate to a current version and
upgrade your v2 license now
.
$field->xml()
Converts the field content to valid XML
return
(string)
Example
<?= $page->title()->xml() ?>
↑
Cheat Sheet overview
←
$field->words()
→
$field->yaml()
↓
Back to Cheat Sheet section
Top