diff --git a/src/Event.php b/src/Event.php index 56a53e9..483cc47 100644 --- a/src/Event.php +++ b/src/Event.php @@ -301,6 +301,7 @@ public function recurring() : bool { public function recurrence_description() : string { return $this->post->meta(meta_key('recurrence_description')) ?: $this->options['recurrence_description'] + ?? '' ?: ''; // ensure we have a string }