From 3beedb9dc7e23f90574e3a1a14bbc910c50280bf Mon Sep 17 00:00:00 2001 From: Antoine M Date: Thu, 7 May 2026 17:07:21 +0200 Subject: [PATCH] REFACTOR share link name --- .../carhop-blocks/acf-blocks/custom-audio/custom-audio.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/carhop-blocks/acf-blocks/custom-audio/custom-audio.php b/plugins/carhop-blocks/acf-blocks/custom-audio/custom-audio.php index 223d439..0d48fed 100644 --- a/plugins/carhop-blocks/acf-blocks/custom-audio/custom-audio.php +++ b/plugins/carhop-blocks/acf-blocks/custom-audio/custom-audio.php @@ -3,7 +3,7 @@ $share_link = get_field('share_link'); if($share_link){ - $video_id_from_share_link = basename($share_link); + $audio_id_from_share_link = basename($share_link); } ?> @@ -12,7 +12,7 @@ if($share_link){
'block-custom-video custom-video content-section')) ?>>
- +