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."
";
},