$page->isWritable()
Checks if the page is writable
-
return (boolean)
<?php if($page->isWritable()): ?>
Kirby can update this page
<?php endif ?>
Checks if the page is writable
<?php if($page->isWritable()): ?>
Kirby can update this page
<?php endif ?>