Kirby 2 Docs
❌ Kirby 2 has reached its end of life. Migrate to a current version and
upgrade your v2 license now
.
$page->hash()
Returns a unique hash for the page, which is used by tinyurls
return
(string)
Example
<?= $page->hash() ?>
↑
Cheat Sheet overview
←
$page->hasVisibleChildren()
→
$page->headers()
↓
Back to Cheat Sheet section
Top