❌ Kirby 2 no longer actively supported. Migrate to a current version and
upgrade your v2 license now
.
$page->reset()
Cleans the temporary page cache and the cache of all parent pages
return
()
Example
<?php $page->reset(); ?>
↑
Cheat Sheet overview
←
$page->prevVisible([$sort, $direction])
→
$page->root()
↓
Back to Cheat Sheet section
Top