Kirby 2 Docs
❌ Kirby 2 has reached its end of life. 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