❌ Kirby 2 no longer actively supported. Migrate to a current version and
upgrade your v2 license now
.
$page->uid()
The UID is the page directory name without the sorting number.
return
(string)
Example
<?= $page->uid() ?>
↑
Cheat Sheet overview
←
$page->touch()
→
$page->update($data = array() [, $lang = null])
↓
Back to Cheat Sheet section
Top