Kirby 2 Docs
❌ Kirby 2 has reached its end of life. Migrate to a current version and
upgrade your v2 license now
.
$page->id()
Returns the page id, which is the untranslated URI
return
(string)
Example
<?= $page->id() ?>
↑
Cheat Sheet overview
←
$page->hide()
→
$page->image($filename = false)
↓
Back to Cheat Sheet section
Top