$field->exists()
Checks if the field exists.
-
return (boolean)
Example
<?php
if($page->text()->exists()) {
echo $page->text()->kirbytext();
}
?>
Checks if the field exists.
<?php
if($page->text()->exists()) {
echo $page->text()->kirbytext();
}
?>