$field->or()
Provides a fallback if the field value is empty
$field->or(): self
Return type
self
Example
<meta name="description" content="<?= $page->description()->or($site->description()) ?>">
Provides a fallback if the field value is empty
$field->or(): self
self
<meta name="description" content="<?= $page->description()->or($site->description()) ?>">