From eece7d84fad2fbc0deeaef1ff52794adeba36fc0 Mon Sep 17 00:00:00 2001 From: Kurtis Holsapple Date: Tue, 13 May 2025 10:51:00 -0700 Subject: [PATCH] WIP --- config.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.php b/config.php index 672acb1..4160087 100644 --- a/config.php +++ b/config.php @@ -104,6 +104,9 @@ return [ return "
".do_shortcode($content)."
".PHP_EOL; }, "vc_single_image" => function ($attr) { + return ""; + + // code that actually tries to do something with this shortcode content $imageID = $attr["image"] ?? ""; return "
".$imageID."
"; },