From 7acb2e5fb34d07a11b536a10fb886d26c2f94358 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Wed, 25 Feb 2026 15:01:09 +0100 Subject: [PATCH] FIX: Added null coalescing operator to image URL and alt attributes in gallery.php to prevent potential undefined index notices. --- plugins/carhop-blocks/acf-blocks/gallery/gallery.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/carhop-blocks/acf-blocks/gallery/gallery.php b/plugins/carhop-blocks/acf-blocks/gallery/gallery.php index 971a44c..233391b 100644 --- a/plugins/carhop-blocks/acf-blocks/gallery/gallery.php +++ b/plugins/carhop-blocks/acf-blocks/gallery/gallery.php @@ -16,7 +16,7 @@ wp_enqueue_script('carhop-gallery-view');